in reply to
Using READDIR runs out of memory
Why are you using map to increase memory usage ? For further savings use while loop and push instead of grep
Comment on
Re: Using READDIR runs out of memory
In Section
Seekers of Perl Wisdom