in reply to Re: A list of parents and children. How to make a tree?
in thread A list of parents and children. How to make a tree?

I really like this solution whereas it does not require any external perl modules. The recursive function was the key to this problem, and your solution was simple and elegant. Thank you!
  • Comment on Re^2: A list of parents and children. How to make a tree?