in reply to
hash with identical keys
A hash of arrays is the right approach:
push @{$hash{$name}}, $item;
[download]
Comment on
Re: hash with identical keys
Download
Code
In Section
Seekers of Perl Wisdom