Help for this page

Select Code to Download


  1. or download this
    my $HoH = {
              'pk1' => {
    ...
                          'score' => 64
                        }
            };
    
  2. or download this
    my @best_key = sort { keys %{$HoH{'score'}{$a}} <=> keys %{$HoH{'score
    +'}{$b}}  } keys %HoH;