< Perl Programming < Keywords

The eof keyword

eof is a function that returns 1 for true, if the next read over the file handle will return an end-of-file, or the file to be accessed by FILE_HANDLE is not open.

Syntax

  eof FILE_HANDLE
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.