gw1500se has asked for the wisdom of the Perl Monks concerning the following question:
That seems to return a hash but when I use '$req->is_success', or '$req->content' or '$req->status_line' on I get errors saying can't locate the object method. Can someone help me figure out what I'm doing wrong? TIA.use LWP::UserAgent; use LWP::Simple; $req=LWP::Request->new(GET=>"www.mysite.com");
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: LWP missing objects
by jettero (Monsignor) on Aug 18, 2008 at 22:46 UTC | |
by gw1500se (Beadle) on Aug 19, 2008 at 23:05 UTC | |
|
Re: LWP missing objects
by olus (Curate) on Aug 18, 2008 at 23:03 UTC | |
by gw1500se (Beadle) on Aug 19, 2008 at 22:42 UTC |