in reply to How to deal with error on Mechanize->get
Also, you seem to have $child_agent->success() instead of $agent->success(), which may have caused your problems when using eval {}
Good Day, Dean