Help for this page

Select Code to Download


  1. or download this
    my @output = sortList( @flatlist );
    foreach my $array_ref ( @output ) {
        print "@{$array_ref}\n";
    }
    
  2. or download this
    use strict;
    use warnings;
    ...
        }
        return @output;
    }