Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    #            ''
    #          ]
    #        ];
    
  2. or download this
    my %HOA;
    my $count = 0;
    ...
    my @new_AOA = sort { $a->[1] <=> $b->[1] }values %HOA;
    @new_AOA = map {$_->[0]} @new_AOA;
    print Dumper \@new_AOA;