![]() |
|
There's more than one way to do things | |
PerlMonks |
Re: Slurping a large (>65 gb) into bufferby svenXY (Deacon) |
on Oct 01, 2007 at 14:58 UTC ( #641910=note: print w/replies, xml ) | Need Help?? |
Hi, I'd use the $/ (a.k.a. $INPUT_RECORD_SEPARATOR) variable to set to the line that separates the html pages and read one "page" at a time:
Regards, svenXY PS: --who on earth puts 65GB of HTML pages in one file?
In Section
Seekers of Perl Wisdom
|
|