Beefy Boxes and Bandwidth Generously Provided by pair Networks
go ahead... be a heretic
 
PerlMonks  

Re: Threads terminating adbnormally

by Gangabass (Vicar)
on May 28, 2013 at 05:49 UTC ( [id://1035529]=note: print w/replies, xml ) Need Help??


in reply to Threads terminating adbnormally

You need eval {};
eval { $mech->post($url, [ 'username' => $user, 'password' => $pass, ]); }; $checked++; if ($@) { croak $@; goto RETRY; }

Replies are listed 'Best First'.
Re^2: Threads terminating adbnormally
by allhellno (Novice) on May 28, 2013 at 06:23 UTC
    you are a messenger from god, I thank you for your contribution

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others having an uproarious good time at the Monastery: (3)
As of 2024-04-24 22:15 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found