http://www.perlmonks.org?node_id=505561


in reply to Categories. Table of Contents. Trees?

I recommend you pick up a copy of Mastering Algorithms in Perl. It will teach you all about trees and many other useful data-structures. There are lots of other good algorithm books around, of course, but if you're going to be coding in Perl this one will be the most immediately useful.

-sam