in reply to INET_NTOA Equivalent
#!/usr/bin/perl use strict; use Socket; print unpack("N", inet_aton('192.168.1.100')); [download]