http://qs321.pair.com?node_id=11118697


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

Neither HTTP::Message or HTTP::Headers advertise a status method; the former delegates any method it doesn't know to the latter which is why you're getting an error. If you showed your code which is producing this error (or step back slightly further and describe what you're attempting to do) you might get more help.

The cake is a lie.
The cake is a lie.
The cake is a lie.

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