Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    my @array = sort {$a<=> $b} map {@{$hash{$_}}} keys %hash;
    
    print "@array";
    
  2. or download this
    1.2 1.3 1.5 2.1 2.2 2.3 3.1 3.2 3.3