Re:http://archive.develooper.com/perl6-announce-rfc@perl.org/msg00318.html

2002-04-05 Thread Aaron Sherman
On Fri, 2002-04-05 at 09:30, Luke Palmer wrote: > On 4 Apr 2002, Aaron Sherman wrote: > > $z = interpolate interpolate $y; > > > > Then you have ultimate control. > > Uhm, I disagree. I think you really get ultimate control _without_ > interpolate. Some people might want to make \\t inter

Re:http://archive.develooper.com/perl6-announce-rfc@perl.org/msg00318.html

2002-04-04 Thread Aaron Sherman
On Thu, 2002-04-04 at 11:09, Luke Palmer wrote: > On Thu, 4 Apr 2002, James Ryley wrote: > How 'bout: > > $foo = 'def'; > $bar = 'ghi'; > $y = 'abc$foo$bar'; > $z = eval qq{"$y"}; > > Of course, for security and correctness reasons, you'd probably want to: > > $y =~ s/\\//g; > $y =~ s/"!/\