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 valid use case
for delaying the \c till inside the interpolation.  I don't think
the definition of Unicode changes so rapidly that we need to assume
dynamic definitions for character names.  :)

In any case, one can always interpolate a closure to force late
evaluation of a symbolic representation via any function of one's
choosing.  This doesn't seem like something that will occur
frequently enough to need rehuffmanization.

Larry

Reply via email to