All the Perl that's Practical to Extract and Report
Is for my $key (keys %hash) OR while(my $key = each %hash) faster? It seems to be optimized to the same thing, need to check this out!