Beefy Boxes and Bandwidth Generously Provided by pair Networks
Do you know where your variables are?
 
PerlMonks  

Re^5: In Need of Mentoring

by JavaFan (Canon)
on Jan 16, 2012 at 09:22 UTC ( [id://948097]=note: print w/replies, xml ) Need Help??


in reply to Re^4: In Need of Mentoring
in thread In Need of Mentoring

Of course I've made fence post errors. But then on constructs that would be really awkward to do without C-style for loops.

I don't think I've ever made a fence post error on

for (my $i = 0; $i < @array; $i++) { ... }
where I would not modify @array or $i, nor use $i to look elsewhere in the array. But then, this is about the only case where I would not use a C-style for loop, but a Perl style foreach.

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://948097]
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: (5)
As of 2024-04-16 13:38 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found