http://qs321.pair.com?node_id=1035529


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