File::Tail::App

Perl extension for making apps that tail files
Download

File::Tail::App Ranking & Summary

Advertisement

  • Rating:
  • License:
  • Perl Artistic License
  • Publisher Name:
  • Daniel Muey
  • Publisher web site:
  • http://search.cpan.org/~dmuey/

File::Tail::App Tags


File::Tail::App Description

Perl extension for making apps that tail files File::Tail::App is a Perl module that adds two methods for a File::Tail object and one function.SYNOPSIS use File::Tail::App; tail_app({ 'new' => , 'line_handler' => \&_wag_tail, }); sub _wag_tail { my($line) = @_; # do what you want with the $line } Requirements: · Perl


File::Tail::App Related Software