![]() |
|
Do you know where your variables are? | |
PerlMonks |
Re: Problem with hashby ozone (Friar) |
on Apr 19, 2004 at 08:58 UTC ( #346230=note: print w/replies, xml ) | Need Help?? |
one way is to use a recursive sub, that 'walks' up the userid tree until it reaches a node without a manager (or a special id (like 0 or undef) the other way is do the same as above, but use a stack and a loop
some pseudo code
I think the above should work :-)
In Section
Seekers of Perl Wisdom
|
|