in reply to Is for(@$array_ref) construct optimized? YES!
$ perl -MO=Deparse,-x7 -e 'for($i=0;$i<=10;$i++){}' $i = 0; while ($i <= 10) { (); } continue { ++$i } -e syntax OK $ perl -MB::Deparse -e' print "$B::Deparse::VERSION\n"' 0.6 $ perl -v This is perl, v5.6.1 built for i386-linux [...]
Makeshifts last the longest.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Is for(@$array_ref) construct optimized? YES!
by Weasel (Sexton) on Jun 16, 2002 at 19:53 UTC | |
by jeffa (Bishop) on Jun 16, 2002 at 20:22 UTC | |
by Weasel (Sexton) on Jun 16, 2002 at 20:34 UTC | |
by Aristotle (Chancellor) on Jun 16, 2002 at 21:04 UTC | |
by Weasel (Sexton) on Jun 16, 2002 at 21:12 UTC | |
|