RE: Perl and files bigger then 2GB

2001-09-12 Thread Ron Rohrssen
files bigger then 2GB Hi, Is perl has limitation of dealing with files bigger then 2 GBytes? My UNIX operating system has no limits on file size and I am able to see large files with ls in shell. Korn shell scripts reading and writing to large files are working fine. However perl scripts don&#

Re: Perl and files bigger then 2GB

2001-09-11 Thread Robert Citek
Hello Alla, At 10:42 AM 9/11/2001 -0700, [EMAIL PROTECTED] wrote: >Hi, >Is perl has limitation of dealing with files bigger then 2 GBytes? Yes and no. For my boxes running RedHat linux 7.1, I rebuilt the RPM from the src.rpm file. Specifically, I changed one of the options in the perl.spec fi

Perl and files bigger then 2GB

2001-09-11 Thread Alla_Bondarenko
Hi, Is perl has limitation of dealing with files bigger then 2 GBytes? My UNIX operating system has no limits on file size and I am able to see large files with ls in shell. Korn shell scripts reading and writing to large files are working fine. However perl scripts don't recognize large files: te