I wanted to have a hash of arrays of counters, with initial values of 0. Here is my first attempt at the code:
my @names = ("", a, b, c); my %hsh = ();