in reply to Re: Re: Clean exit using File::Tail
in thread Clean exit using File::Tail

Looking at the docs for File::Tail I might recommend you upgrade to version .98 if you have .60.

It appears that you could add the reset_tail=>0 parameter to the 'new' method, then close and reopen the file causing the mod to immediately reread the file. Also you could brutishly set maxinterval very low.
Untested, though.

  • Comment on Re: Re: Re: Clean exit using File::Tail