in reply to Re^2: Parsing 12GB Entourage database in pieces...in thread Parsing 12GB Entourage database in pieces...
Hmmm, good point. Maybe...
$/ = "\0\0"; while (<>) { $_ .= <> while ( ! eof && length() < length("MSrc$/")+16 ); # if ... } [download]