Help for this page
use Socket qw/ inet_aton /; ... my $ip = shift; return unpack "N", inet_aton( $ip ); }
select inet_ntoa( ipnum ) from iptable