in reply to Re: perl File::tail log files.
in thread perl File::tail log files.

1) I ssh into a cisco router. 2)tail the log file 3) execute commands

Replies are listed 'Best First'.
Re^3: perl File::tail log files.
by parv (Parson) on Jun 21, 2014 at 23:29 UTC

    See if File::SmartTail would help any.

    And I myself would rather use File::Tail::Multi than File::Tail for former supports filtering (besides being able to tail multiple files).

    Feb 15, 2019- cpan command "i /File::Tail::Multi/" does not find the module anymore. FWIW.