in reply to Re: Re: ICMP through proxy
in thread ICMP through proxy
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
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: Re: Re: ICMP through proxy
by Anonymous Monk on Oct 03, 2001 at 13:16 UTC | |
by echo (Pilgrim) on Oct 03, 2001 at 13:44 UTC | |
by yasysad (Novice) on Oct 04, 2001 at 12:12 UTC | |
|
Re: Re: Re: Re: ICMP through proxy
by Anonymous Monk on Oct 03, 2001 at 13:23 UTC |