On Fri, Sep 29, 2000 at 09:20:23PM -0000, Perl6 RFC Librarian wrote:
> Single quotes don't interpolate \' and \\

I rather like the Python triple-quote mechanism used for this
purpose:

  $foo = """Things like ', ", and \ have no special meaning in here.""";

Of course, this doesn't help if you want to include three "s in a row
in your string. :>

                          - Damien

Reply via email to