Help for this page
#!/usr/bin/env perl ... } print "$_ => $count{$_}\n" for sort keys %count;
Bob => 2 Dave => 1 Tom => 4