On Tue, Dec 17, 2002 at 03:44:45PM -0600, Adnan Olia wrote: > I am trying to get the size of the file using the stat function in Perl > 5.6.0. The actual size of the file is greater than 5 GB on Mandrake Linux > 8.2 (kernel 2.4) using ext2 filesystem. When I run the stat command, the > value of the size is 0, this is also true for all values of the stat > function. > > Any help would be greatly appreciated.
Check you have enabled large file support by looking at the output of perl -V. Look in perl56delta for the details. -- Paul Johnson - [EMAIL PROTECTED] http://www.pjcj.net -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]