Help for this page

Select Code to Download


  1. or download this
    
    #### Old sort (that doesnt work properly ) with first 10 records extra
    +cted
    ...
            }
    }
    
  2. or download this
    
    #### New sort (which works!) with first 10 records NOT extracted
    ...
            }        
    }
    
  3. or download this
         print join(",", @{$line}) . "\n";