http://qs321.pair.com?node_id=513870


in reply to "Baby" Perl versus "Bad" Perl

"for" is for C-style loops and "foreach" is for iterating over arrays.

I'm confused--what's wrong with that? That's the convention used in the perldocs, isn't it? (I personally always type "for" out of laziness, but I don't complain if someone prefers to type "foreach" to iterate over an array).