http://qs321.pair.com?node_id=1072663


in reply to Re^2: Adding to hash that contains an array of arrays
in thread Adding to hash that contains an array of arrays

Where you get the data from is irrelevant, the "push" demonstrated by both moritz and mewsham manipulates your data structure in exactly the way you're asking for.

It adds an array reference (what an array of arrays really contains) to the array in your hash.

-- FloydATC

Time flies when you don't know what you're doing

  • Comment on Re^3: Adding to hash that contains an array of arrays