Actually, that should do it, because the file is indeed in read mode when open.
Thanks a lot Chris.

On Mon, 29 Jul 2002 16:00:22 -0400, Chris Nandor wrote:

>Perhaps this would be what you want?  It depends on why you need to know; 
>if you are testing a file for reading, this would do it.  For writing, 
>probably not.

>        eof FILEHANDLE

>        Returns 1 if the next read on FILEHANDLE will return end of file, 
>or
>        if FILEHANDLE is not open.

Reply via email to