Beefy Boxes and Bandwidth Generously Provided by pair Networks
XP is just a number
 
PerlMonks  

Re^3: Difference between for and foreach

by runrig (Abbot)
on Jun 13, 2013 at 19:47 UTC ( [id://1038832]=note: print w/replies, xml ) Need Help??


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

That comment is about the C-style for loops ( e.g. for ( $i = 0; $i < $j; $i++) versus iterating directly over a list ( e.g. for my $item (@array)).

Replies are listed 'Best First'.
Re^4: Difference between for and foreach
by skaurus (Novice) on Nov 11, 2013 at 14:07 UTC
    Thanks! I expected a notification email, didn't received one and because of this I saw your answer just now.

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others taking refuge in the Monastery: (2)
As of 2024-04-24 23:40 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found