in reply to 4Gb filesize limit

Since 5.6, Perl can be compiled with large file support. Unfortunately, you'll probably have to be the one to compile it. Type 'perl -V' at the command line and look for "uselargefiles=" in the output. If it's "yes", you're in business. If not, you're in for a compile. :)

Replies are listed 'Best First'.
Re: Re: 4Gb filesize limit
by ruffing (Acolyte) on Dec 06, 2001 at 21:49 UTC
    I'm on a win32 machine however and the solution you offered seems to only be valid for unix stations. I downloaded the uncompiled code and only came across that flag in non win32 makefiles