Re: perlfaq5 - How do I do a tail -f in perl?
[email protected] (brian d foy) Mon, 17 Apr 2006 13:15:20 -0500
| Newsgroups | perl.perlfaq.workers |
|---|---|
| Message-ID | <170420061315202160%[email protected]> |
[[ This message was both posted and mailed: see the "To," "Cc," and "Newsgroups" headers for details. ]] In article <[email protected]>, Ido Trivizki <[email protected]> wrote: > In perlfaq5 - How do I do a tail -f in perl? it says: "If this still doesn't > Use the method IO::Handle::clearerr() <#item_clearerr> instead, to reset the > error state (if any) and EOF state (if any) of the given stream. Fixed, thanks.