http://www.perlmonks.org?node_id=548196


in reply to Re: parallel reading
in thread parallel reading

First thanks for your reply. The example I gave is very shortly. The size of the input files might be change and might be big, so i guess it might influence the memory ? azaria

Replies are listed 'Best First'.
Re^3: parallel reading
by blazar (Canon) on May 09, 2006 at 14:16 UTC

    In that case I wouldn't slurp in the files all at once. My solution is one that doesn't, copes with a different number of lines per file, and with an arbitrary number of files passed on the cmd line. Shameless self ad terminated! ;-)