summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorIlya Zakharevich <ilya@math.berkeley.edu>1998-06-20 17:11:37 -0400
committerGurusamy Sarathy <gsar@cpan.org>1998-06-21 21:23:41 +0000
commit75e14d17912ce8a35d5c2b04c0c6e30b903ab97f (patch)
treed77e5128f9ce6b8cdacef5657b07e4e6de5af2dd /pod/perlre.pod
parent87c6202a78304039fc9e5218cf4694c9f7e247f9 (diff)
downloadperl-75e14d17912ce8a35d5c2b04c0c6e30b903ab97f.tar.gz
Re docs
Message-Id: <199806210111.VAA17752@monk.mps.ohio-state.edu> p4raw-id: //depot/perl@1181
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod8
1 files changed, 4 insertions, 4 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index 89bfb8dcba..b8c566228a 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -6,13 +6,13 @@ 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 C<m//> and C<s///> in
-L<perlop>.
+operations, plus various examples of the same, see discussion
+of C<m//>, C<s///>, 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
-are listed below. For the modifiers that alter the behaviour of the
-operation, see L<perlop/"m//"> and L<perlop/"s//">.
+are listed below. For the modifiers that alter the way regular expression
+is used by Perl, see L<perlop/Regexp Quote-Like Operators>.
=over 4