Open
Description
Migrated from rt.cpan.org#106175 (status was 'new')
Requestors:
From srezic@cpan.org on 2015-07-31 12:44:14:
I found in http://docstore.mik.ua/orelly/perl4/cook/ch08_06.htm that clearerr() may be used to clear the eof condition. In linux "man 3 clearerr" also says "The function clearerr() clears the end-of-file and error indicators for the stream pointed to by stream."
It would be nice if the IO::Handle documentation also mentions this fact.