Help for this page

Select Code to Download


  1. or download this
    my @vals = sort {$b <=> $a } map { values %{$hoh->{$_}} } keys %$hoh;
    my ($one, $two, $three) = @vals[0..2];
    
  2. or download this
    my @top_3;
    my $filled = 0;
    ...
        }
    }
    print "$_\n" for @top_3;