|
|
| Just another Perl shrine | |
| PerlMonks |
Re: Multidimensional arrays within arraysby Anonymous Monk |
| on Jan 23, 2013 at 03:19 UTC ( #1014824=note: print w/ replies, xml ) | Need Help?? |
|
Remember this: even though the "array" data-structure in Perl is "only one-dimensional," each element in this (or any other type of ...) data structure can be a reference to "anything at all." Therefore, you can construct data structures of arbitrary complexity. "Multi-dimensional arrays" are the least of what you can do.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||