diff options
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r-- | pod/perlre.pod | 9 |
1 files changed, 6 insertions, 3 deletions
diff --git a/pod/perlre.pod b/pod/perlre.pod index 924a2c4115..66299f1896 100644 --- a/pod/perlre.pod +++ b/pod/perlre.pod @@ -7,12 +7,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 discussion -of C<m//>, C<s///>, C<qr//> 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 -are listed below. For the modifiers that alter the way regular expression -is used by Perl, see L<perlop/Regexp Quote-Like Operators>. +are listed below. For the modifiers that alter the way a regular expression +is used by Perl, see L<perlop/"Regexp Quote-Like Operators"> and +L<perlop/"Gory details of parsing quoted constructs">. =over 4 @@ -899,6 +900,8 @@ part of this regular expression needs to be converted explicitly L<perlop/"Regexp Quote-Like Operators">. +L<perlop/"Gory details of parsing quoted constructs">. + L<perlfunc/pos>. L<perllocale>. |