Hi,
I am trying to read data from a file, I do this by using the "while
(<FILE>){ $line....}" construction.
However with files with a size of roughly bigger than 430MB it seems to
crash the script :S Syntax seems all fine (perl -wc -> syntax OK).
I was thinking that maybe it was running to the end of a 32 bit counter
(but that would be 536 MB right?)? Can anybody offer an other solution
to work with such large files and perl?
Tnx,
Bertrand
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
http://learn.perl.org/