http://qs321.pair.com?node_id=1066098


in reply to Re: A Question with Nesting Arrays
in thread A Question with Nesting Arrays

You hopefully are aware that your three dimensional array (at least in perl) is still an array of arrays. It sounds like you think of them as something different.

Replies are listed 'Best First'.
Re^3: A Question with Nesting Arrays
by marinersk (Priest) on Dec 27, 2013 at 14:30 UTC

    Yes, internally. But it has been my experience that newcomers to the language can wrap their heads around the multidimensional syntax more quickly than diving straight into indirect references.

    And this is my third attempt to post this answer; for some reason, PerlMonks doesn't seem to want me to say this. If it fails a third time, I will surrender. :-)