in reply to Re^2: How can one delete an element and it corresponding values from the array of arrays?
in thread How can one delete an element and it corresponding values from the array of arrays?
The nice thing is that there are really only three things to learn, and then the world of data structures is all yours.
You've got Arrays, and you've got Hashes, and then you've got references. Once you wrap your head around those three, and see the recursive possibilities, you can make pretty much anything.
|
|---|