Subject: | Document oneline usage examples |
It would be nice if the File::Tail::Dir Pod would document some commandline usage examples, either in the SYNOPSIS or in the EXAMPLES. A useful one is:
perl -MFile::Tail::Dir -e 'File::Tail::Dir->new( processor => sub { my(undef, $lines) = @_; print @$lines } )->watch_files'
to continously get the contents of all existing or newly created files.
Regards,
Slaven