First of all, please excuse my perl ignorance, I am just starting out!
I want to build an array of arrays in one function, return it, store it in a variable and then pass it into another function to print it's contents. Everything is declared as 'my'. When I print the results all the array elements seem to contain what was the last value entered.
Is there anything special I need to consider when passing an array of arrays? Could I be encountering a problem of scope?