in reply to How to read a file after a certain interval continuously

Please check this module File::Tail

File::Tail - Perl extension for reading from continuously updated files

  • Comment on Re: How to read a file after a certain interval continuously

Replies are listed 'Best First'.
Re^2: How to read a file after a certain interval continuously
by ghosh123 (Monk) on Feb 08, 2013 at 04:52 UTC

    I have checked that module. But actually my job is not only file parsing after every interval, the operation could change later.

    I need a timer basically, so as to carry out any operation (for example file parsing, running some function) after an interval automatically. .

      I have checked that module.

      You could have told that in your first post:). No Problem.

      read perl alarm.alarm and also check this module Sys::AlarmCall