>>357
foreach $key (sort {$a cmp $b} keys %data) {
printf "$key $data{$$key} \n;
}