From: Peter Prymmer Date: Fri, 31 Jul 1998 14:50:41 +0000 (-0700) Subject: Re: \Q doesn't work in interpolated regular expressions X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=1e66bd8391da19cb804ff0fbe538706d2b0fc7fa;p=p5sagit%2Fp5-mst-13.2.git Re: \Q doesn't work in interpolated regular expressions Message-Id: <9807312150.AA08867@forte.com> p4raw-id: //depot/maint-5.005/perl@1705 --- diff --git a/pod/perlre.pod b/pod/perlre.pod index 924a2c4..66299f1 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 regular expressions in matching operations, plus various examples of the same, see discussion -of C, C, C and C in L. +of C, C, C and C in L. 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. +are listed below. For the modifiers that alter the way a regular expression +is used by Perl, see L and +L. =over 4 @@ -899,6 +900,8 @@ part of this regular expression needs to be converted explicitly L. +L. + L. L.