in reply to Re^2: Array / Hash Confusion!
in thread Array / Hash Confusion!

You can think of a reference to an array (or to a hash) as a simple scalar variable that contains the memory address of that data structure. Something quite similar to a pointer if you ever used a language using pointers.