in reply to Re: Re: Re: Re: ICMP through proxy
in thread ICMP through proxy

It looks like $netgeo->getCountry('202.54.12.30') isn't returning a URL, which is what HTTP::Request expects. Hence the error 400 URL missing.

Replies are listed 'Best First'.
Re: ICMP through proxy
by yasysad (Novice) on Oct 04, 2001 at 12:12 UTC
    Yes .. it returns a Hash from which the data can be retrieved using Keywords, eg :
    $result->{ COUNTRY }
    Pls tell me how I can route this through the Proxy. It works fine through a dialup connection. Is there any alternative ?? Thanks ..
    P.S The same anonymous monk .. just created a login ..