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
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/"!/\