[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: attriel at d20boards.net (attriel)
- Date: Thu, 7 Aug 2003 12:54:57 -0400 (EDT)
> Is it practical to code where you read from stdin instead of opening the
> file? If it's a problem with "open", that might get around it...(since
> all you're doing is linear reads). If not, I'd ask on perlmonks.org.
Yah, having seen the code, I'm not seeing anything jumping out at me :/
My only other suggestion is to change it to open(FILE, "cat filename |");
so it's coming through a pipe; I think that'd hide the file size from
whoever's actually issuing the complaint (unless it's at a level that cat
dislikes it, too, of course)
Sorry :/
--attriel
_______________________________________________
Ale mailing list
Ale at ale.org
http://www.ale.org/mailman/listinfo/ale