diff options
Diffstat (limited to 'pod/perlfaq6.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 be7e8ecc73..7c9fa6a202 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 a C<s///> substitution is considered +too, that the right-hand side of an 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: |