in reply to Perl limits on number of open files?

I figured it out. I had set ulimit to 'unlimited' which didn't work. When I set it to a particular number it worked... I used IO::File to make an array of filehandles, and that works much better. Thanks theorbtwo, and everyone else.
  • Comment on Re: Perl limits on number of open files?