Message-ID: <
20060610144929.GA10201@fury.crisman.org>
p4raw-id: //depot/perl@28382
(P) The substitution was looping infinitely. (Obviously, a substitution
shouldn't iterate more times than there are characters of input, which
is what happened.) See the discussion of substitution in
-L<perlop/"Quote and Quote-like Operators">.
+L<perlop/"Regexp Quote-Like Operators">.
=item Substitution pattern not terminated
MiXeD line-noise. That's all!
=item q/STRING/
-X<q> X<quote, double> X<'> X<''>
+X<q> X<quote, single> X<'> X<''>
-=item C<'STRING'>
+=item 'STRING'
A single-quoted, literal string. A backslash represents a backslash
unless followed by the delimiter or another backslash, in which case