Help for this page
my (%authors, %subjects); # and populate these hashes somehow ... $authors{$from}->{$buddy}++ for my $buddy map { split /\t/ } values %subjects; }