Help for this page

Select Code to Download


  1. or download this
    use Socket qw/ inet_aton /;
    
    ...
      my $ip = shift;
      return unpack "N", inet_aton( $ip );
    }
    
  2. or download this
    select inet_ntoa( ipnum ) from iptable