On Mon, 2 May 2005, Mike Blezien wrote: > Hoping we have some expert MySQL Function to perl function people on > the list. > > Is there an equivelant function in perl for converting IP's, the same > as MySQL functions: INET_ATON('IP_ADDRESS_STR') and INET_NTOA('STR')
I assume you're describing things like gethostbyaddr / gethostbyname / getnetbyaddr / getnetbyname / etc. All of these have perldoc -- `perldoc of gethostbyaddr` etc -- as well as sections in all the main Perl books: _Programming Perl_, _Perl in a Nutshell_, _Perl Cookbook_, etc. -- Chris Devers [EMAIL PROTECTED] http://devers.homeip.net:8080/blog/ np: 'A Perfect Fit' by The Dresden Dolls from 'http://www.dresdendolls.com/video/' -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>