Re: [Perl-unix-users] Large textfiles

2003-09-30 Thread Kenneth A Buch
Greetings, First of all, if you are running the script as it appears below, no result is being shown because all your print statements are commented out. Without running this script, I don't see any logic problems with it. It should do what you intend. A couple suggestions for improving performa

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

[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