in reply to
dereferncing a an array store in hash
This will work:
@my_aray = @{ $my_hash{"k2"} };
[download]
See also:
Using References
use strict and warnings
, to demystify why your output is missing the 1st Bach.
Comment on
Re: dereferencing an array store in hash
Download
Code
In Section
Seekers of Perl Wisdom