Re: RFC 328 (v1) Single quotes don't interpolate \' and \\

2000-09-29 Thread Nicholas Clark
On Fri, Sep 29, 2000 at 09:58:45AM +0100, Hildo Biersma wrote: > > > =head1 ABSTRACT > > > > Remove all interpolation within single quotes and the C operator, to > > make single quotes 100% shell-like. C<\> rather than C<\\> gives a single > > backslash; use double quotes or C if you need a sin

Re: RFC 328 (v1) Single quotes don't interpolate \' and \\

2000-09-29 Thread Nicholas Clark
On Thu, Sep 28, 2000 at 05:48:25PM -0500, David L. Nicol wrote: > > 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 allows backslash to be used to a

Re: RFC 328 (v1) Single quotes don't interpolate \' and \\

2000-09-29 Thread Hildo Biersma
> =head1 ABSTRACT > > Remove all interpolation within single quotes and the C operator, to > make single quotes 100% shell-like. C<\> rather than C<\\> gives a single > backslash; use double quotes or C if you need a single quote in your > string. Single-quoted strings need to be able to conta