http://www.perlmonks.org?node_id=963238


in reply to Hash of Hashes from file

You need a hash-of-arrays-of-hashes:

push( @{ $hoh{$user} }, { Website => $site, Category => $cat, });