in reply to Re: Reading a VERY LARGE file with SINGLE line as content!
in thread Reading a VERY LARGE file with SINGLE line as content!
I'm not sure how unpack is going to help you. To be able to use unpack, you'd first have to read in the data. And that's where the OP has the problem. And if the line read in is already to large, think how the memory usage will be if each couple of bytes is turned into a different SV.