in reply to How can I change web address into its IP's ?

You can find information on doing host lookups via this node and others in the same thread.

In short, you need to use either Net::DNS or the Perl internal function gethostbyaddr to translate host names to IP addresses.
HTH

  • Comment on Re: How can I change web address into its IP's ?

Replies are listed 'Best First'.
Re: Re: How can I change web address into its IP's ?
by ok (Beadle) on Apr 11, 2001 at 09:58 UTC
    Or if your system's got it, man nslookup.