Help for this page
#!/usr/bin/perl use warnings; ... my @keys = reverse sort keys %accounts; print join ("\t", @$_), "\n" while @$_ = splice @keys, 0, 3;
tom7 tom6 tom5 tom4 tom3 tom2 tom