Beefy Boxes and Bandwidth Generously Provided by pair Networks
P is for Practical
 
PerlMonks  

Re: Index isn't progressing in C-style for loop

by GrandFather (Saint)
on Dec 21, 2015 at 00:12 UTC ( [id://1150829]=note: print w/replies, xml ) Need Help??


in reply to Index isn't progressing in C-style for loop

You loops are much better written Perl style:

for my $annoIndex (0 .. $#gbList) {

instead of your current C style loops which are verbose, confusing and error prone.

Premature optimization is the root of all job security

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others chilling in the Monastery: (6)
As of 2024-04-18 15:36 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found