Hello

I have been reading files with the following command:

@source_lines = (<SOURCE_FILE>);

This has worked until I started reading some very large files. Is there a better way to read files? The files I am trying to read now are about 300 megabytes in size. The bad news is that the spec has no carriage returns or line feeds. We have no control over the spec. I need to replace a few characters in the file.

Andrew


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


Reply via email to