Posted on 2006-03-04 14:15:36-08 by cjara in response to 1896
Re: Preventing WWW::Mechanize from aborting the whole script
I made a test program and it works redirecting the error to a function: $SIG { __DIE__ } = \&myerror; sub myerror { ... }
Direct Responses: 1900 | Write a response
Perl Weekly newsletter
A free weekly newsletter for people who are busy to read all the blogs. click here to check it out.