Beefy Boxes and Bandwidth Generously Provided by pair Networks
Just another Perl shrine
 
PerlMonks  

Re^2: for loop syntax difference

by Taulmarill (Deacon)
on Aug 28, 2009 at 14:05 UTC ( [id://791914]=note: print w/replies, xml ) Need Help??


in reply to Re: for loop syntax difference
in thread for loop syntax difference

I believe the "for" in the docs refers to a C-style loop (for($i=0;$i<10;$i++)) and the "foreach" refers to the more Perlish style (for $i (1..10)).

Yes, however for and foreach are interchangeable since perl automatically detects which one to use.

Replies are listed 'Best First'.
Re^3: for loop syntax difference
by toolic (Bishop) on Aug 28, 2009 at 14:09 UTC
    Also from the official Perl documentation (For Loops):
    The foreach keyword is actually a synonym for the for keyword, so you can use foreach for readability or for for brevity.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://791914]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others exploiting the Monastery: (1)
As of 2024-04-16 14:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found