You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Migrated from rt.cpan.org#106175 (status was 'new')
Requestors:
From [email protected] 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.
The text was updated successfully, but these errors were encountered: