Posted on Sun Mar 5 18:55:16 2006
by pandurin response to 1897(See the whole thread of 5)
Re: Preventing WWW::Mechanize from aborting the whole script
Thanks for your reply, but I'm a bit of a perl newbie, so can you please give me a small example. I tried to declare to declare $SIG { __DIE__ } = \&myerror; at the beginning but it didn't work.