in reply to Iterating over hash elements (was: Sorry to bother you)

Why does everyone's code build a list of keys when they don't use them for anything but accessing the values?
my $total; $total += $_->{$member} for values %main;
(At this this point it's obvious that %main needs a better name.)

Makeshifts last the longest.