in reply to Re: (kudra) Re: Reading entire file.
in thread Reading entire file.

See eof:
if ( eof FILEHANDLE ) { print "Reached end of file.\n"; }


ar0n ]