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
|
|---|
| 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 |