Here is an example taken from it:% perldoc HTTP::Response
I don't entirely understand your question, but this should get you pointed in the right direction.$response = $ua->request($request) if ($response->is_success) { print $response->content; } else { print $response->error_as_HTML; }
-Blake
In reply to Re: Re: Re: ICMP through proxy
by blakem
in thread ICMP through proxy
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |