![]() |
|
Keep It Simple, Stupid | |
PerlMonks |
How do I refer to an element of a hash of arrays as an arrayby Anonymous Monk |
on Mar 08, 2001 at 19:11 UTC ( #62964=perlquestion: print w/replies, xml ) | Need Help?? |
Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question: ⭐ (references) I create a hash where each element refers to an array: I can access the individual array elements o.k.: prints "2" as I expect.
Why can't I access the entire array as if it were a regular array? doesn't do what I expect. Originally posted as a Categorized Question.
Back to
Seekers of Perl Wisdom
|
|