I would like to use functions like gethostbyaddr() and inet_aton() in ASP. These functions are availble in the Socket module in Perl. I need to write an ASP version of a Perl script which uses these functions. How can I get the results these Perl functions provide?