in reply to Re: LWP::UserAgent Client-Warning 500 against HTTP standards? -- LWP::UserAgent issue 508
in thread LWP::UserAgent Client-Warning 500 against HTTP standards?
sub not500 { my($response, $ua, $handler) = @_; ... } $ua->add_handler("response_done", \¬500 );
|
---|