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'));