Beefy Boxes and Bandwidth Generously Provided by pair Networks
Problems? Is your data what you think it is?
 
PerlMonks  

Re: Which loop should I use?

by tadman (Prior)
on Jul 31, 2003 at 19:13 UTC ( [id://279724]=note: print w/replies, xml ) Need Help??


in reply to Re: Re: Which loop should I use?
in thread Which loop should I use?

I'd really recommend using something more standard. For example:
for my $cnt ($start .. $end) { # ... }
There's no need to have an independent $cnt when you can use that name as the looping variable.

Also, what's wrong with that output? Maybe you could check that the page is loading properly, for example, by testing defined($content) && length($content)

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others goofing around in the Monastery: (5)
As of 2024-03-29 00:17 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found