summaryrefslogtreecommitdiff
path: root/pod/perlre.pod
diff options
context:
space:
mode:
authorPeter Prymmer <PPrymmer@factset.com>1998-07-31 07:50:41 -0700
committerGurusamy Sarathy <gsar@cpan.org>1998-08-02 06:50:07 +0000
commit1e66bd8391da19cb804ff0fbe538706d2b0fc7fa (patch)
tree01b7b0eccf0a7f298a32f3608461384932fce061 /pod/perlre.pod
parent19a09eb8fc52598025e90f4c4f688a3db0626154 (diff)
downloadperl-1e66bd8391da19cb804ff0fbe538706d2b0fc7fa.tar.gz
Re: \Q doesn't work in interpolated regular expressions
Message-Id: <9807312150.AA08867@forte.com> p4raw-id: //depot/maint-5.005/perl@1705
Diffstat (limited to 'pod/perlre.pod')
-rw-r--r--pod/perlre.pod9
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>.