I don't like it, and here's why: > currently single quoted here docs don't interpolate C<\\> or C<\'>. We already have a way to read in arbitrary literals. I _like_ the fact that C<q> allows backslash to be used to allow including the delimiter. It works for any delimiter, too, not just single-quote. Could I go for getting rid of C<\\> except directly preceding the delimiter? I think not, since if you really need to quote a series of backslashes you can do it using a here doc.
- RFC 328 (v1) Single quotes don't interpolate \' and \\ Perl6 RFC Librarian
- Re: RFC 328 (v1) Single quotes don't interpolate ... David L. Nicol
- Re: RFC 328 (v1) Single quotes don't interpol... Nicholas Clark
- Re: RFC 328 (v1) Single quotes don't interpolate ... Hildo Biersma
- Re: RFC 328 (v1) Single quotes don't interpol... Nicholas Clark
- Re: RFC 328 (v1) Single quotes don't inte... Hildo Biersma