Help for this page

Select Code to Download


  1. or download this
    use strict;
    use warnings;
    ...
    print "$_ => $hash{$_}\n" 
       foreach(sort{$hash{$a} cmp $hash{$b}} keys %hash);
    
  2. or download this
    
    4323 => Average
    ...
    1499 => Very High
    26191 => Very High