http://qs321.pair.com?node_id=1076891


in reply to Directory-non-recursion (was Re: Re: Directory Recursion)
in thread Directory Recursion

I'm a few years late to the party - but you are iterating over an array that you are extending, (@files) not sure what the party line is on this, but it caused me grief. Create a temporary array, then append the two together at the end. Then throw it all away and use File::Find.