try this:
Also, try Console::Logger. Maybe it will tell something.... # as before... use Data::Dumper; my $req = GET 'http://www.perlmeme.org'; print Dumper $req->{_headers}; ... if ($res->is_success) { print $res->content; } else { print Dumper $res->{_headers}; }
In reply to Re: LWP::UserAgent error Unexpected keys - LocalHost
by Anonymous Monk
in thread LWP::UserAgent error Unexpected keys - LocalHost
by Anonymous Monk
For: | Use: | ||
& | & | ||
< | < | ||
> | > | ||
[ | [ | ||
] | ] |