Help for this page

Select Code to Download


  1. or download this
    id   col1   col2    col3
    12   100    12        196        
    ...
    13   101    340        25 
    14   100    123        19 
    15   80     389        39
    
  2. or download this
    sub sort {
        my ($INPUT, $OUT) = @_;
    ...
    
    print $OUT Dumper(\%hash);
    }