Re: Interpolation of "\c[$charname]"?

2009-04-28 Thread Larry Wall
On Mon, Apr 27, 2009 at 10:44:54AM +0200, Helmut Wollmersdorfer wrote: > It's not explicitly specified, if a something like > > my $charname = 'SPACE'; > my $string = "\c[$charname]"; > > should interpolate or not. > > I assume 'not'. Right? I also assume 'not', unless someone can present a

Interpolation of "\c[$charname]"?

2009-04-27 Thread Helmut Wollmersdorfer
It's not explicitly specified, if a something like my $charname = 'SPACE'; my $string = "\c[$charname]"; should interpolate or not. I assume 'not'. Right? Helmut Wollmersdorfer