Help for this page
my @largest; while ( my($k,$v) = each %HASH ) { ... # in @largest, replace that element with $v } }