in reply to Re^2: element of an array of arrays
in thread element of an array of arrays
I just updated my answer w/ code that creates an AoA. You were basically pushing a list into an array and it gets incorporated into the array just like all the elements. What you needed to do was push an array reference.