in reply to Re^3: LWP and IO::Socket often said to me, "Can't locate object method" ....
in thread LWP and IO::Socket often said to me, "Can't locate object method" ....
My code above resulted in different (mysterious?) error messages....use strict qw(subs vars); use LWP::UserAgent; use Time::HiRes qw{ time alarm }; use Data::Dumper; ... (snip) ... my $ua = LWP::UserAgent->new() ; ... (snip) ... my $req = HTTP::Request->new( 'GET', $url ) ; $res = $ua->request( $req ) ; ... (snip) ...
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^5: LWP and IO::Socket often said to me, "Can't locate object method" ....
by Corion (Patriarch) on Oct 14, 2008 at 13:42 UTC | |
by trad-ex (Initiate) on Oct 15, 2008 at 02:13 UTC |