in reply to Re: Out of Memory..in thread Out of Memory..
my $b1 = do { local $/; <$f1_p> }; [download]
my $b1; { local $/; $b1 = <$f1_p> } [download]