http://www.perlmonks.org?node_id=1041302


in reply to "Deep recursion" error

Thanks for the suggestions guys. The file globbing thing I was doing doesn't seem to be working out. I feel like I'm close, but I just can't get the script to descend into directories. I really wanted to use recursion to do this, for practice mainly.

I started over using opendir and readdir. Maybe file globbing just doesn't work properly with recursion, or maybe its just me.