On Wed, Nov 14, 2001 at 03:30:06PM -0800, Jarkko Hietaniemi wrote:
> Change 13009 by jhi@alpha on 2001/11/14 22:27:12
>
> FAQ sync.
>
> Affected files ...
>
> ..... //depot/perl/pod/perlfaq6.pod#26 edit
>
> Differences ...
>
> ==== //depot/perl/pod/perlfaq6.pod#26 (text) ====
> Index: perl/pod/perlfaq6.pod
> --- perl/pod/perlfaq6.pod.~1~ Wed Nov 14 15:30:06 2001
> +++ perl/pod/perlfaq6.pod Wed Nov 14 15:30:06 2001
> @@ -279,7 +279,7 @@
>
> 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:
> End of Patch.
This makes me wonder. How does one pronounce
a s/// substitution
? It also suggests there are other substitutions. Shouldn't that changed
line just read:
too, that the right-hand side of a substitution is considered
Abigail