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

2000-10-01 Thread Dan Sugalski
At 05:17 PM 9/30/00 -0700, Damien Neil wrote: >On Fri, Sep 29, 2000 at 07:24:38PM -0400, Dan Sugalski wrote: > > > $foo = """Things like ', ", and \ have no special meaning in here."""; > > > > Argh! *NO*! That way lies madness, or at least DCL's quoting mania. My > > record, in a command proced

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

2000-09-30 Thread Damien Neil
On Fri, Sep 29, 2000 at 07:24:38PM -0400, Dan Sugalski wrote: > > $foo = """Things like ', ", and \ have no special meaning in here."""; > > Argh! *NO*! That way lies madness, or at least DCL's quoting mania. My > record, in a command procedure that wrote other command procedures that > submi

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

2000-09-29 Thread Nicholas Clark
On Fri, Sep 29, 2000 at 02:14:26PM -0800, Michael Fowler wrote: > On Fri, Sep 29, 2000 at 09:20:23PM -, Perl6 RFC Librarian wrote: > > Although consensus so far is against the change, views were from B > > perl users [who do you expect as the majority on perl6 lists? :-)]. The > > change would

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

2000-09-29 Thread Dan Sugalski
At 04:22 PM 9/29/00 -0700, Damien Neil wrote: >On Fri, Sep 29, 2000 at 09:20:23PM -, 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 meani

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

2000-09-29 Thread Damien Neil
On Fri, Sep 29, 2000 at 09:20:23PM -, 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 wa

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

2000-09-29 Thread John Macdonald
Perl6 RFC Librarian wrote : || =head1 TITLE || || Single quotes don't interpolate \' and \\ || || =head1 VERSION || || Maintainer: Nicholas Clark <[EMAIL PROTECTED]> || Date: 28 Sep 2000 || Last Updated: 29 Sep 2000 || Mailing List: [EMAIL PROTECTED] || Number: 328 || Version: 2 ||

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

2000-09-29 Thread Michael Fowler
On Fri, Sep 29, 2000 at 09:20:23PM -, Perl6 RFC Librarian wrote: > Although consensus so far is against the change, views were from B > perl users [who do you expect as the majority on perl6 lists? :-)]. The > change would penalise existing perl users, but benefit new perl users (and > presuma

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

2000-09-29 Thread Nathan Wiger
> =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. Yes. If people really need single quotes inside

RFC 328 (v2) Single quotes don't interpolate \' and \\

2000-09-29 Thread Perl6 RFC Librarian
This and other RFCs are available on the web at http://dev.perl.org/rfc/ =head1 TITLE Single quotes don't interpolate \' and \\ =head1 VERSION Maintainer: Nicholas Clark <[EMAIL PROTECTED]> Date: 28 Sep 2000 Last Updated: 29 Sep 2000 Mailing List: [EMAIL PROTECTED] Number: 328 Ve