in reply to stat->size is too big for datatype

You need to recompile perl with large file support and large 64bit ints

Replies are listed 'Best First'.
Re: Re: stat->size is too big for datatype
by jwb (Initiate) on Jan 20, 2004 at 22:01 UTC

    Thanks, that set me in the right direction. This is Active Perl, so there's no recompile option available to me, but I did go and upgrade to the latest version, and it seems that the necessary support has been added.

    Thanks for the help.

      This is Active Perl, so there's no recompile option available to me,

      There is always a recompile option if you have a compiler (if you don't, well you don't).