I am trying to stat a file that is 4.9GB in size and it fails.
I tried different test operators and stat() itself. I then realized
the file was 4.9 gb so I created a small C program to stat the
file and the stat function failed with EOVERFLOW errono. I modified
the c code to use stat64 and it works appropriately. Is there
a stat64 function in perl or a work around?
version of perl is 5.005_03,
Operating system is Sun Solaris 2.6/sun4u arcitecture.
mentioned file is a file on a NFS server.