http://qs1969.pair.com?node_id=444757


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

(Downvoted because):

It's not meaningless when the perldocs refer to For Loops and Foreach Loops. They also mention that
The foreach keyword is actually a synonym for the for keyword, so you can use foreach for readability or for for brevity. (Or because the Bourne shell is more familiar to you than csh, so writing for comes more naturally.)
So the correct response to : "What is the difference between for and foreach?" is "The keywords or the loop structures?"

It's an English problem.
--------------
"But what of all those sweet words you spoke in private?"
"Oh that's just what we call pillow talk, baby, that's all."

Replies are listed 'Best First'.
Re^9: Interview Prepration
by jZed (Prior) on Apr 04, 2005 at 18:44 UTC
    You're right. Thanks for downvoting me, I deserved it.
      Not downvoting you, just the post. I have a lot of respect for many people on here, you (highly) included. People often say explanations should be given with downvotes. There's mine :)
      --------------
      "But what of all those sweet words you spoke in private?"
      "Oh that's just what we call pillow talk, baby, that's all."