Help for this page

Select Code to Download


  1. or download this
    print "$_\n" ofr    map { $_->[0] } 
      sort { $a->[1] <=> $b->[1] } map { [ $_, $hash{$_} ] } keys %hash;
    
  2. or download this
    print "$_\n" for sort { $hash{$a} <=> $hash{$b} } keys %hash;