Help for this page

Select Code to Download


  1. or download this
    @lines = split(/\n/,$space{ $host });
    
    ...
         }
    }
    @out=map { $_->[-1] } sort { $b->[3] <=> $a->[3] } @recs;