in reply to
Managing huge data in Perl
The technique described here
Re: Muy Large File
by
BrowserUK
works well for ripping through large files, maybe you can apply it to your problem.
sysread
,
syswrite
, and
sysseek
are all built in, so no modules required.
Comment on
Re: Managing huge data in Perl
In Section
Seekers of Perl Wisdom