I may be having some trouble with terminology here, so please bear with me. I need to
(I think that is the correct term) a data structure. Let’s say I create this array:
And now @array2 should be identical to @array and it appears, through limited testing, that it is. But will this work for an array of arrays or an array of hashes or hashes of arrays and so on and so forth? Or is there a better way to accomplish this type of task?