in reply to Re^2: Accessing an AoHoAoH
in thread Accessing an AoHoAoH

It's not a simple array but a reference to a nameless array

Just to be exact, it's not a "simple array" either. It's a list, which is not quite the same as an array. You can read about the differences by running perldoc -q "a list and" at a command prompt, or by viewing an online copy.