[ale] OT: Perl and VERY large files
Jason Etheridge
phasefx at magusaptus.com
Wed Aug 6 17:43:28 EDT 2003
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
More information about the Ale
mailing list