![]() |
|
Don't ask to ask, just ask | |
PerlMonks |
Re: Modifying a parameter to a recursive functionby Roy Johnson (Monsignor) |
on Apr 08, 2009 at 21:11 UTC ( #756462=note: print w/replies, xml ) | Need Help?? |
The only recursive call you have passes an array that you just declared and assigned in a minimal scope around the recursive call. The values you're modifying within the call are thrown away when that scope ends. It's not clear to me what you want to be modified. Do you expect $_->content_list() to return different values after the recursive call?
bellaire gave a good example of the sort of value-modification you seem to want. Caution: Contents may have been coded under pressure.
In Section
Seekers of Perl Wisdom
|
|