summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMark-Jason Dominus <mjd@plover.com>2001-07-17 17:59:20 +0000
committerNick Ing-Simmons <nik@tiuk.ti.com>2001-07-18 06:19:17 +0000
commit91e0c79e7a2eeb8d9021015c6615d10bc39bc7ba (patch)
treecb1ba2783be52b76756f24b0938f8000d906b141
parentbd87065d8cc9739b106c44d77dbbfef28bca8065 (diff)
downloadperl-91e0c79e7a2eeb8d9021015c6615d10bc39bc7ba.tar.gz
Doc patch: perlre should mention perlrequick and perlretut
Message-Id: <20010717175920.8177.qmail@plover.com> p4raw-id: //depot/perl@11402
-rw-r--r--pod/perlre.pod18
1 files changed, 14 insertions, 4 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod
index e5f9066ebb..c295f60343 100644
--- a/pod/perlre.pod
+++ b/pod/perlre.pod
@@ -4,10 +4,16 @@ perlre - Perl regular expressions
=head1 DESCRIPTION
-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 discussions
-of C<m//>, C<s///>, C<qr//> and C<??> in L<perlop/"Regexp Quote-Like Operators">.
+This page describes the syntax of regular expressions in Perl.
+
+if you haven't used regular expressions before, a quick-start
+introduction is available in L<perlrequick>, and a longer tutorial
+introduction is available in L<perlretut>.
+
+For reference on how regular expressions are used in matching
+operations, plus various examples of the same, see discussions of
+C<m//>, C<s///>, C<qr//> and C<??> in L<perlop/"Regexp Quote-Like
+Operators">.
Matching operations can have various modifiers. Modifiers
that relate to the interpretation of the regular expression inside
@@ -1270,6 +1276,10 @@ from the reference content.
=head1 SEE ALSO
+L<perlrequick>.
+
+L<perlretut>.
+
L<perlop/"Regexp Quote-Like Operators">.
L<perlop/"Gory details of parsing quoted constructs">.