in reply to
Re^4: push an array into Hash of Array
in thread
push an array into Hash of Array
Only scalars can be hash values (see
perlref
). Therefore, you cannot "store an array" into a hash. You can only store the reference.
Comment on
Re^5: push an array into Hash of Array
In Section
Seekers of Perl Wisdom