in reply to Re: File::stat's size method returns negative values
in thread File::stat's size method returns negative values
After a little more investigation it seems that any file over exactly 2gb (2,147,483,648 bytes) is giving the negative results. I have a file that is 2,004,792,320 bytes that is being reported properly. I guess I will have to figure out how to tell perl to use large files, then try again.>perl -V:uselargefiles uselargefiles='undef';
|
---|