Mark Jason Dominus <mjd@plover.com> wrote: > > Perhaps the best way to address this would be to extend the peephole > optimizer to optimize ${"COMPILE_TIME_CONSTANT"} to > $COMPILE_TIME_CONSTANT. While not breaking strict 'refs.' As says perlref : use strict 'refs'; ${ bareword }; # Okay, means $bareword. ${ "bareword" }; # Error, symbolic reference.Thread Previous | Thread Next