Jarkko Hietaniemi (via RT) wrote: > > $ ./perl -e 'local ${"FOO"}=1' > Can't localize through a reference at -e line 1. > $ > > What reference where? ... > To be honest, I had > originally something more that "FOO" in between the {}, I had "\cFOO". > But still completely compiletime, nothing naughty like "FOO$BAR". local ${"FOO$BAR"} should be allowed IMHO (except under "strict refs" of course). Note that local *{"FOO$BAR"} is allowed (and appears to work). What do people think ?Thread Previous | Thread Next