in reply to
how to parse large files
Hi,
Tie::File
module can be used to access the gigantic file on disk, instead of necessity to split the file into chunks and slurp into memory.
Comment on
Re: how to parse large files
In Section
Seekers of Perl Wisdom