From: Jarkko Hietaniemi Date: Wed, 14 Nov 2001 22:27:12 +0000 (+0000) Subject: FAQ sync. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=79a522f5cdee4eadc7ad3cf5d6c2c8b42e148e07;p=p5sagit%2Fp5-mst-13.2.git FAQ sync. p4raw-id: //depot/perl@13009 --- diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod index 7c9fa6a..be7e8ec 100644 --- a/pod/perlfaq6.pod +++ b/pod/perlfaq6.pod @@ -279,7 +279,7 @@ consider an underscore a letter). The Perl parser will expand $variable and @variable references in regular expressions unless the delimiter is a single quote. Remember, -too, that the right-hand side of an C substitution is considered +too, that the right-hand side of a C substitution is considered a double-quoted string (see L for more details). Remember also that any regex special characters will be acted on unless you precede the substitution with \Q. Here's an example: