in reply to Re^2: How Perl Optimize your code & some code TIPS ;-Pin thread How Perl Optimize your code & some code TIPS ;-P
> perl -MO=Deparse -we'while ($foo = each %bar) { 1 }' while (defined($foo = each %bar)) { '???'; } [download]