Help for this page
@hwall = keys %average; @hwall = sort (%average);
@hwall = keys %average; @hwall = sort { $average{$a} <=> $average{$b} } @hwall;