G
Glenn
Is a 64-bit file offset supported in seek() and/or tell()?
I thought the "no limits" philosophy of Perl would mean
this is no problem on my 64-bit Linux platform. But my
program seems to be acting as though file offsets are
only processed as 32-bit values.
Given that I want the buffering of the <> operator, and
thus don't want to use sysseek(), what are my options?
I thought the "no limits" philosophy of Perl would mean
this is no problem on my 64-bit Linux platform. But my
program seems to be acting as though file offsets are
only processed as 32-bit values.
Given that I want the buffering of the <> operator, and
thus don't want to use sysseek(), what are my options?