in reply to
Array of Arrays Question
The previous posts have answered your question, in the future you may find visualizing nested data structures with
Data::Dumper
helpful when trying debug them.
Comment on
Re: Array of Arrays Question
In Section
Seekers of Perl Wisdom