On Thu, 06 Nov 2003 10:31:18 -0600, James Edward Gray II wrote:
> my @results;
> [...]
Wasn't it the whole point that the OP _couldn't_ store this in an array,
as it would consume too much memory? The solution goes like this;
1. Define the files in an array
2. Start reading the first file
3. For each line in the first file, read a line from
the other files. Push the lines to an array.
4. Process the array, output the result, go back to #3.
--
Tore Aursand <[EMAIL PROTECTED]>
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]