bennymack has asked for the wisdom of the Perl Monks concerning the following question:
Instead of$ perl -MO=Deparse -e '$foo{__PACKAGE__."::foo"}=1;' $foo{'main::foo'} = 1; -e syntax OK
Thanks in advance!$ perl -MO=Deparse -e '$foo{__PACKAGE__,"::foo"}=1;' $foo{join $;, 'main', ':foo'} = 1; -e syntax OK
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: List of Compiler Optimizations
by blazar (Canon) on Apr 21, 2006 at 13:12 UTC | |
| |
|
Re: List of Compiler Optimizations
by dave_the_m (Monsignor) on Apr 21, 2006 at 13:26 UTC |