Help for this page

Select Code to Download


  1. or download this
    use Socket qw [inet_aton];
    
    ...
    }
    
    @sorted = sort { squish($a) cmp squish($b) } @unsorted;