in reply to WWW::MECHANIZE Get Errors Ending Program Early?
The really generic way to do it would be to stick it in a loop and eval { } your get call.
In Perl, eval { } is what you use to catch exceptions. See eval.