in reply to Re: www::mechanize - how to prevent it dying?
in thread www::mechanize - how to prevent it dying?
This was a great answer, thank you. I have switched off autocheck. But then I realised that I was already doing a check after each $mech->get() by testing $mech->status. Is testing $mech->status adequate or does checking $res->is_success do something different or better?
In Section
Seekers of Perl Wisdom