Beefy Boxes and Bandwidth Generously Provided by pair Networks
Pathologically Eclectic Rubbish Lister
 
PerlMonks  

Re: for loop over large BLOCK keeps failing

by perlmonkey (Hermit)
on May 02, 2001 at 11:54 UTC ( [id://77259]=note: print w/replies, xml ) Need Help??


in reply to for loop over large BLOCK keeps failing

Your not looping. You are doing an assignment, $loop=4, then quiting the loop. You need to have a conditional statement: $loop == 4 or make it a little more perlish:
for my $loop (0 .. 3) {

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others lurking in the Monastery: (4)
As of 2024-03-28 23:20 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found