Keep It Simple, Stupid | |
PerlMonks |
Re: Yet another problem with recursive codeby blogan (Monk) |
on Nov 10, 2000 at 06:53 UTC ( [id://40885]=note: print w/replies, xml ) | Need Help?? |
I wrote a subdirectory scanning program. I ran into trouble because I forgot to limit scope on a variable. The way I found it was by printing out my array everytime I went into the subfunction and everytime I came out of it. The hints above will help you with your problem. Hopefully this will help you in the future.
In Section
Seekers of Perl Wisdom
|
|