Beefy Boxes and Bandwidth Generously Provided by pair Networks
laziness, impatience, and hubris
 
PerlMonks  

Re^6: WWW::Mechanize problem

by herveus (Prior)
on Oct 20, 2005 at 16:56 UTC ( [id://501732]=note: print w/replies, xml ) Need Help??

Help for this page

Select Code to Download


  1. or download this
    my @work = fetch_jobs($starting_condition);
    my %seen;
    while ( @work ) {
    ...
    
        # process job
    }
    
  2. or download this
    while ( @work || @work < 1000 ) { # should ought to be && not ||
    }
    

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others sharing their wisdom with the Monastery: (9)
As of 2024-04-19 16:39 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found