in reply to Trouble with VERY large file

I suspect your perl isn't compiled with the uselargefiles option - it is needed for files bigger than 2 gigs..

you can test this with perl -V Check for the line starting with config_args it should have uselargefiles=define in there if you have large file support...

-- Joost downtime n. The period during which a system is error-free and immune from user input.