diff options
author | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-14 22:27:12 +0000 |
---|---|---|
committer | Jarkko Hietaniemi <jhi@iki.fi> | 2001-11-14 22:27:12 +0000 |
commit | 79a522f5cdee4eadc7ad3cf5d6c2c8b42e148e07 (patch) | |
tree | e132c0fb7fb8cc7147aea2ae0c859f6e7cc2afe5 /pod | |
parent | 4ea42e7fb8e3dea988e8752ae6cffde5bc2a516a (diff) | |
download | perl-79a522f5cdee4eadc7ad3cf5d6c2c8b42e148e07.tar.gz |
FAQ sync.
p4raw-id: //depot/perl@13009
Diffstat (limited to 'pod')
-rw-r--r-- | pod/perlfaq6.pod | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pod/perlfaq6.pod b/pod/perlfaq6.pod index 7c9fa6a202..be7e8ecc73 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<s///> substitution is considered +too, that the right-hand side of a C<s///> substitution is considered a double-quoted string (see L<perlop> 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: |