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