summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorGurusamy Sarathy <gsar@cpan.org>1998-07-15 07:35:29 +0000
committerGurusamy Sarathy <gsar@cpan.org>1998-07-15 07:35:29 +0000
commit0a92e3a8032b83483524fad83a5e76cf0cf6aa8d (patch)
tree3e62bc74e77ff24ded126c2a72b4512f7f420b94 /pod/perlre.pod
parentf24bbd7dc19eb52f312855f9ca40f06202951a58 (diff)
downloadperl-0a92e3a8032b83483524fad83a5e76cf0cf6aa8d.tar.gz
minor tweaks to docs on qr//
p4raw-id: //depot/perl@1513
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod2
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index c72a71c0ac..fc4d969466 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -7,7 +7,7 @@ perlre - Perl regular expressions
This page describes the syntax of regular expressions in Perl. For a
description of how to I<use> regular expressions in matching
operations, plus various examples of the same, see discussion
-of C<m//>, C<s///>, and C<??> in L<perlop/Regexp Quote-Like Operators>.
+of C<m//>, C<s///>, C<qr//> and C<??> in L<perlop/Regexp Quote-Like Operators>.
The matching operations can have various modifiers. The modifiers
that relate to the interpretation of the regular expression inside