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 = { ... };
Comment on
Re^2: Creating a hash of hashes of arrays
Select
or
Download
Code
In Section
Seekers of Perl Wisdom