On Dec 16, 2003, at 11:15 AM, Perl wrote: [..]
The
script works fine but when it runs against a very large file (2GB+) I
receive an out of memory error.

was the perl that you are using built to work with large datafiles? There is a USE_LARGE_FILE that is normally set, and you would see it with

perl -V

so the 'memory' problem could be at that end as well.


ciao drieux

---


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to