in reply to LWP::UserAgent Client-Warning 500 against HTTP standards?
L*
sub not500 { my($response, $ua, $handler) = @_; ... } $ua->add_handler("response_done", \¬500 ); [download]