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


in reply to Re: Can Perl write multiple files at the same time?
in thread Can Perl write multiple files at the same time?

But ithreads are now discouraged, which leaves you with fork. You might try opening all 6 files at once and writing one block at a time to each of them -- that might work ok, depending on how your os does buffering.

No it doesn't, that just nonsense, don't spread it around Re^2: Splitting large array for threads.