in reply to Re: beyond LWP return code
in thread beyond LWP return code
Is there definitive documentation on the message meanings? I cannot locate the source to HTTP::Protocol::http at search.cpan.org. Reverse engineering is going pretty well, but that's not the preferred method, now is it?my $x = $ua->simple_request($req); foreach $k (keys(%$x)) {print "$k = $x->{$k}\n";}
|
|---|