On Thu, May 31, 2001 at 02:23:42PM -0700, Manish Tiwari wrote: > how big a file can be created using syswrite ..it fails generally over 2G It depends on restrictions imposed by your OS, filesystem, and the underlying C libraries Perl uses. You're probably hitting a 2G limit because of the data type used to hold the file's size; the positive limit of a 4 byte signed value is 2147483648, or 2G. Michael -- Administrator www.shoebox.net Programmer, System Administrator www.gallanttech.com --
- syswrite issue Manish Tiwari
- Re: syswrite issue Brett W. McCoy
- Re: syswrite issue Manish Tiwari
- Re: syswrite issue Brett W. McCoy
- Re: syswrite issue Elaine -HFB- Ashton
- Re: syswrite issue Brett W. McCoy
- Re: syswrite issue Elaine -HFB- Ashton
- Re: syswrite issue Michael Fowler
- Re: syswrite issue Manish Tiwari
- syswrite issue Manish Tiwari
- Re: syswrite issue Elaine -HFB- Ashton