in reply to (tye)Re: Fast file reader
in thread Fast file reader

Thanks tye.
I'd been wondering for a while why a read kludge like this would be faster than Perl for IO.
Saves me asking the question in another post. :)
I'll be keeping my eyes open for the fix if/when it appears, as a huge amount of my current work involves Perl and file IO.

Malk

Replies are listed 'Best First'.
Re: Re: (tye)Re: Fast file reader
by Anonymous Monk on Apr 22, 2004 at 15:03 UTC
    You may want to use sysread() to spped up file I/O. Huameng