Change 33834 by [EMAIL PROTECTED] on 2008/05/16 12:17:03

        Subject: Make perlfunc link to the correct section of perlop for q//, 
qq//, qx//, and qw//
        From: Matt Kraai <[EMAIL PROTECTED]>
        Date: Thu, 15 May 2008 15:45:17 -0700
        Message-ID: <[EMAIL PROTECTED]>

Affected files ...

... //depot/perl/pod/perlfunc.pod#599 edit

Differences ...

==== //depot/perl/pod/perlfunc.pod#599 (text) ====
Index: perl/pod/perlfunc.pod
--- perl/pod/perlfunc.pod#598~33759~    2008-04-27 13:00:29.000000000 -0700
+++ perl/pod/perlfunc.pod       2008-05-16 05:17:03.000000000 -0700
@@ -4211,13 +4211,15 @@
 
 =item qq/STRING/
 
-=item qr/STRING/
-
 =item qx/STRING/
 
 =item qw/STRING/
 
-Generalized quotes.  See L<perlop/"Regexp Quote-Like Operators">.
+Generalized quotes.  See L<perlop/"Quote-Like Operators">.
+
+=item qr/STRING/
+
+Regexp-like quote.  See L<perlop/"Regexp Quote-Like Operators">.
 
 =item quotemeta EXPR
 X<quotemeta> X<metacharacter>
End of Patch.

Reply via email to