in reply to Re: Foreach Loops
in thread Foreach Loops
It's even optimized to not create the list.Yeah, because it's special cased. The C-style loop doesn't create a list at all, and is even "optimized" in older versions of Perl.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^3: Foreach Loops
by ikegami (Patriarch) on Mar 16, 2005 at 15:46 UTC |