![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Re: group based array sortby benn (Vicar) |
on Feb 19, 2004 at 20:22 UTC ( [id://330344]=note: print w/replies, xml ) | Need Help?? |
bageler seems to be looking for something more complicated that that, I'm afraid - that would simply give
I don't know if this is possible without recursion...being lazy, I'd personally use a recursive "GetChildren($id)" routine which greps for the parent $id and pushes the returned list onto itself - terribly inefficient (as you'd be grepping the list for every element), but easier to code :) Cheers, Ben.
In Section
Seekers of Perl Wisdom
|
|