Re: Reading X lines at a time
Sven Neuhaus <[email protected]>
| Newsgroups | gmane.comp.lang.perl.fun |
|---|---|
| Message-ID | <[email protected]> |
How about push @lines, scalar <FILEHANDLE>, 1..$X; Technically however, you are still reading one byte at a time... -Sven -- My life is a patio of fun!