in reply to Re: Re: Monitoring a file which is constantly being written to.
in thread Monitoring a file which is constantly being written to.

You could take a look at File::Tail.

I doubt that it is much more efficient than chips seek approach as it uses that same method, but a quick browse of the source shows that it does a lot more besides.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"When I'm working on a problem, I never think about beauty. I think only how to solve the problem. But when I have finished, if the solution is not beautiful, I know it is wrong." -Richard Buckminster Fuller


  • Comment on Re: Re: Re: Monitoring a file which is constantly being written to.