in reply to Re: Handling output from nslookup and ping.
in thread Handling output from nslookup and ping

And Net::DNS.

  • Comment on Re: Re: Handling output from nslookup and ping.

Replies are listed 'Best First'.
Re: Re: Re: Handling output from nslookup and ping.
by bigmacbear (Monk) on May 07, 2004 at 15:40 UTC

    If all he needs is to resolve "hostname", gethostbyname() should work, comes with Perl, and may be faster.