Doc patch: perlre should mention perlrequick and perlretut
authorMark-Jason Dominus <mjd@plover.com>
Tue, 17 Jul 2001 17:59:20 +0000 (17:59 +0000)
committerNick Ing-Simmons <nik@tiuk.ti.com>
Wed, 18 Jul 2001 06:19:17 +0000 (06:19 +0000)
Message-Id:  <20010717175920.8177.qmail@plover.com>

p4raw-id: //depot/perl@11402

pod/perlre.pod

index e5f9066..c295f60 100644 (file)
@@ -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">.