Help for this page
#!/usr/bin/perl use strict; ... } print "$_ $h{$_}\n" for sort { $h{$a} <=> $h{$b} } keys %h;