in reply to 'Can't locate object method "status" via package "HTTP::Headers"' error using LWP::UserAgent

On another guess, if you are looking for the HTTP status code, you want the ->code method on HTTP::Response.

  • Comment on Re: 'Can't locate object method "status" via package "HTTP::Headers"' error using LWP::UserAgent
  • Download Code