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


in reply to Re^3: Interview Prepration
in thread Interview Prepration

Yes, and yes. Spelled "f-o-r", pronounced "foreach". Spelled "f-o-r-e-a-c-h", pronounced "for".

If you start handwaving "for and foreach are the same" in front of people enough, they wonder why the variable "didn't localize in my for loop... I thought for did that!".

It really is important to distinguish the two kinds of loops, even though 90% of the time we write "for", we prounounce it "foreach".

-- Randal L. Schwartz, Perl hacker
Be sure to read my standard disclaimer if this is a reply.