http://www.perlmonks.org?node_id=1038822


in reply to Re: Difference between for and foreach
in thread Difference between for and foreach

What about this bit then?

And it's faster because Perl executes a foreach statement more rapidly than it would the equivalent for loop.