in reply to Re: Creating a hash of hashes of arrays
in thread Creating a hash of hashes of arrays

Minor typo: my %hash_ref = { ... }; should be my $hash_ref = { ... };