Help for this page

Select Code to Download


  1. or download this
    my @sortedKeys = sort {$ipaddr {$a} cmp $ipaddr {$b}} keys %ipaddr;
    ...
    print OUT "$ipaddr{$_}\t$_\n" for @sortedKeys;