[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[ale] OT: Perl and VERY large files
- Subject: [ale] OT: Perl and VERY large files
- From: phasefx at magusaptus.com (Jason Etheridge)
- Date: Wed, 6 Aug 2003 17:43:28 -0400
On Wednesday, August 6, 2003, at 05:08 PM, Jeff Rose wrote:
> Hello,
> I'm dabbling in perl at work and really like it so far. I've
> written several scripts lately. One I need to finish involves opening
> a file ~17 GB. perl balks giving the following error.
>
> 'Value too large for defined data type at <name of script> line
> <number>'
It fails on the open function itself? Maybe you can do something like
open FILE, "cat filename |";
If cat doesn't balk on it as well. :)
-- Jason
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale