http://www.perlmonks.org?node_id=1044808


in reply to Columns in double dimension array

Strictly speaking, perl does not support double dimension arrays. It simulates them very well with arrays of references! The implication of this is that you cannot ignore the discussion of references in the doucmentation you have alread been given.
Bill