in reply to
INET_NTOA Equivalent
Socket also has inet_ntoa. So this will return the string version of the IP address:
my $string = inet_ntoa(inet_aton('192.168.1.100'));
[download]
Comment on
Re: INET_NTOA Equivalent
Download
Code
In Section
Seekers of Perl Wisdom