in reply to Re: Re: Super Duper Inefficient
in thread Super Duper Inefficient

sure, you could open all files first, and store the filehandles in a hash, keyed by servername. depending on the size of the records, you could also process the data in one loop, store it in memory, and write it all out in a second loop. there are many ways to do it. you might try benchmarking a few to see what works best for you.

~Particle *accelerates*