in reply to
How to read a file after a certain interval continuously
Use
cron
to schedule you script. You can save the line number of the last run. Seek to that line number. And read until EOF.
Comment on
Re: How to read a file after a certain interval continuously
In Section
Seekers of Perl Wisdom