WWW-Mechanize - Re: Preventing WWW::Mechanize from aborting the whole script

Posted on Sat Mar 4 16:15:36 2006 by cjara in response to 1896 (See the whole thread of 5)
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