[Perl-unix-users] Large textfiles

2003-09-24 Thread pasev
Hello all! I have problems with comparing two big text files with eachother (~4Mb). the script reads (or tries to read) both files into @tables and compare them line by line after that, but no result is being shown. Script searches for new productcodes ($Urivi[3]). Is there any limit to @table

Re: [Perl-unix-users] Large textfiles

2003-09-24 Thread Michael A Nachbaur
There isn't any real limit that I am aware of, except for the memory overhead and practical limitations of what your computer can handle. I would like to recommend however that, instead of reading the contents of your files into memory and then calculating the results after the fact, you might