summaryrefslogtreecommitdiff
path: root/pod/perlop.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>2000-02-04 07:13:19 +0000
committerGurusamy Sarathy <gsar@cpan.org>2000-02-04 07:13:19 +0000
commit0b8d69e96040ec811c067522a2d9770121123a35 (patch)
tree3be4b5a4278a3a03b7e60d61552fcf445b223c1f /pod/perlop.pod
parentad8f3710f2802efb48c211f82dc482740d43ba02 (diff)
downloadperl-0b8d69e96040ec811c067522a2d9770121123a35.tar.gz
pod updates (from David Adler, M J T Guy)
p4raw-id: //depot/perl@4979
Diffstat (limited to 'pod/perlop.pod')
-rw-r--r--pod/perlop.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlop.pod b/pod/perlop.pod
index 68113b79c1..150813e711 100644
--- a/pod/perlop.pod
+++ b/pod/perlop.pod
@@ -789,7 +789,7 @@ the trailing delimiter. This avoids expensive run-time recompilations,
and is useful when the value you are interpolating won't change over
the life of the script. However, mentioning C</o> constitutes a promise
that you won't change the variables in the pattern. If you change them,
-Perl won't even notice. See also L<qr//>.
+Perl won't even notice. See also L<"qr//">.
If the PATTERN evaluates to the empty string, the last
I<successfully> matched regular expression is used instead.