Help for this page
use strict; use warnings; ... my @ordered = sort {$a <=> $b} keys %byValue; print "$_: @{$byValue{$_}}\n" for @ordered;
2: Rat Cow 3: Bat 5: Cat 12: Dog