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?

Mechanism already exists
sub not500 { my($response, $ua, $handler) = @_; ... } $ua->add_handler("response_done", \&not500 );
  • Comment on Re^2: LWP::UserAgent Client-Warning 500 against HTTP standards? -- LWP::UserAgent issue 508
  • Download Code