Help for this page

Select Code to Download


  1. or download this
    use Socket qw( inet_aton );
    
    ...
    } else {
       print("isn't less than\n");
    }
    
  2. or download this
    my @sorted_ips = map substr($_, 4),
                     sort
                     map inet_aton($_).$_,
                     @ips;