Hi,
You may also want to ask yourself whether reading
the whole file into memory rather than processing it line by line is a good idea
if the file size is large.
This all depends on what you are doing with the
file's contents of course. If it's a binary file, you can process it in chunks
too.
Regards
Marty
|
Title: RE: [Perl-unix-users] Thoritical limits on perl processes