On 16. Nov 2006, at 07:38, Grant Hollingworth wrote:
I fixed up the scoping and interpolation of some of Perl's quote- like operators: q//, qq//, qw//, qx//, and m//. s///, tr///, and heredocs still need some work.
oops. The test script had a syntax error, and qw// isn't interpolated.
<perl-quoting-test> <perl-quote.diff>
Thanks, I applied the patch. I changed the string.quoted.single/ double to string.quoted.other, since the single/double refer to ' and ".