[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]]
In article <20140125175956.961d83...@pause.perl.org>, "Perl Authors Upload Server" <upl...@pause.perl.org> wrote: > The following module was proposed for inclusion in the Module List: > > modid: File::Large > DSLIP: RdpOp > description: Large and giant text file performance reader > userid: MEWSOFT (Ahmed Amin Elsheshtawy ???? ???? ????????) > rationale: > > This module solves the problem with reading large and huge text > files in Perl. It is designed to read only block by block as needed. Although you're using it on large files, it seems that this module is really about buffered reads. Maybe people would want to use it for files other than large files. As Johan noted, though, Perl is already supposed to do this for you. What about File::ReadBuffer or something like that, to describe what it's doing instead of a particular use case? -- brian d foy (one of many PAUSE admins), http://pause.perl.org PAUSE instructions: http://pause.perl.org/pause/query?ACTION=pause_04about Archives: http://www.xray.mpe.mpg.de/mailing-lists/modules Please send all messages back to modules@perl.org with no CC to me.