"Perl Authors Upload Server" <upl...@pause.perl.org> writes:
> 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. > It does not load the whole file into memory, it only reads one > block at a time ... As far as I know, this is standard behaviour of stdio and perlio. So what's the benefit of this module? -- Johan