Help for this page
my %foos; while (<>) { ... print("$foos{$_}\t$_\n") for sort { $a <=> $b } keys %foos;