in reply to Re: Slurp a file
in thread Slurp a file
Unfortunately, this isn't completely portable. There are minor (as far as I can tell) problems with some operating systems where the size of a file on disk doesn't always match the size of data read into memory.
The big problems have to do with the great many types of filehandles where -s can't tell the file size.
But, yes, when it works, this is a neat trick. Thanks.
- tye (but my friends call me "Tye")
|
---|
Replies are listed 'Best First'. | |
---|---|
Re: (tye)Re5: Slurp a file
by Anonymous Monk on Jan 15, 2001 at 22:42 UTC | |
by tye (Sage) on Jan 15, 2001 at 22:54 UTC |