Help for this page

Select Code to Download


  1. or download this
    # $n contains field to sort on
    # records to sort are in @ARGV
    ...
    foreach $record (@records) {
      print join (',',@$record);
    }