in reply to Re: get the size of a LARGE file
in thread get the size of a LARGE file

On my system (FreeBSD 4.5, x86) st_size is off_t which is a long long unsigned (64 bit). The perl version is 5.005_03, which is shipped as part of the os.

I will try some workarounds and if I don't succeed I will give 5.6.1 a try.

Thank you.

--Björn