Help for this page

Select Code to Download


  1. or download this
    \sub {<=>}
    
  2. or download this
    #!/usr/bin/perl
    use strict;
    ...
    my @sorted = sort { $sorter->($a->[$elem], $b->[$elem]) } @records;
    
    say join "\t", @$_ for @sorted;