in reply to RE: Re: gethostbyname bug?
in thread gethostbyname bug?

This was my ending code on this. $input was a standard IP...
@ip = split(/\./, $input); $newname=gethostbyaddr(pack("C4", @ip), AF_INET);
-Ozzyosbourne