Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:
I have the following data structure :
id name parent 1 data 0 2 data 1 3 data 1 4 data 3 5 data 4
How can I make recursive hash out of this?
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: Generating recursive hash
by GrandFather (Saint) on Dec 12, 2009 at 05:12 UTC | |
by Anonymous Monk on Dec 12, 2009 at 15:00 UTC | |
by GrandFather (Saint) on Dec 12, 2009 at 21:51 UTC | |
Re: Generating recursive hash
by roboticus (Chancellor) on Dec 12, 2009 at 08:39 UTC | |
Re: Generating recursive hash
by bichonfrise74 (Vicar) on Dec 12, 2009 at 07:15 UTC | |
Re: Generating recursive hash
by baxy77bax (Deacon) on Dec 12, 2009 at 10:20 UTC |