The primary purpose of File::Tail is reading and analysing log files while they are being written, which is especialy usefull if you are monitoring the logging process with a tool like Tobias Oetiker's MRTG. The module tries very hard NOT to "busy-wa...
MGRABNAR/File-Tail-1.3 - 02 Aug 2015 14:23:35 UTC"File::Tail::FAM" reports when new data chunks are appended to a given file. Similar to the Unix command $ tail -f filename it watches a file grow continuously and reports whenever a new chunk of data has been added. Differently from the traditional ...
MSCHILLI/File-Tail-FAM-0.02 - 20 Oct 2005 05:03:55 UTCMonitors and processes any lines appended to the end of one or more files in a given list of directories, keeping state between sessions, and using kernel notification of file change events to maximise efficiency. A list of directories is given to mo...
JJSCHUTZ/File-Tail-Dir-0.16 - 27 Sep 2013 06:03:56 UTCAdds two methods for a File::Tail object and one function. tail_app() As in the SYNOPSIS, creates an app that processes a file's tail line by line. Its only arg is a hashref with these keys: new Required. This is an array ref of the array you give to...
DMUEY/File-Tail-App-0.4 - 11 Feb 2012 23:51:49 UTCThis module is made for seekable 'tailf' implementation. File::Tail is good, but it can not seek when reading started,so we may miss contents if programe crash. This module slove the problem. And it is quite simple and easy to use....
CHENGANG/File-Tail-Lite-0.02 - 01 Dec 2014 06:52:16 UTCIVANWILLS/Tail-Tool-v0.4.8 - 23 Nov 2018 11:28:51 UTC
Event::FileTail is an attempt to reproduce the behaviour of the 'tail -f' using Event as the backend. The main difference between this module and other modules that tries to implement it is that it leaves room for parallel processing using Event....
RSD/Event-File-0.1.1 - 15 Oct 2001 18:06:20 UTCBasically this module connects File::Tail::Dir to Log::Dispatch::Scribe. It monitors files in a given directory (or set of directories), such as Apache log files in /var/log/httpd, and as the log files are written to, takes the changes and sends them...
JJSCHUTZ/File-Tail-Scribe-0.13 - 07 Apr 2010 04:19:28 UTCYet another module to tail a file. Even if the file are renamed by logrotate(8), this module tail a new file created by logrotate(8)....
YSASAKI/File-Tail-Inotify2-1.02 - 28 Mar 2018 09:51:04 UTCThis extension can be used for synchronous data asynchronously from redis to MySQL. Maybe you can code like below. use DBI; use Redis::AOF::Tail::File; use Storable qw(retrieve store); # variables in this comment should be defined # $data_source, $us...
CHENGANG/Redis-AOF-Tail-File-0.06 - 09 Dec 2014 08:35:08 UTCThe File::SmartTail module provides functionality modeled on the UNIX tail command, but enhanced with a variety of options, and the capability to "remember" how far it has processed a file, between invocations. rtail.pl is not normally used directly,...
MPREWITT/File-SmartTail-v1.0.2 - 22 Nov 2015 01:08:16 UTCThis module makes it easy to periodically check a file for new content and act on it. For instance, you may want to parse a log file whenever it is updated....
LUKEC/File-LogReader-0.04 - 07 Feb 2010 18:09:08 UTCA kvpar file consists of zero or more paragraphs (delimited by blank lines). Each line in a paragraph has the form "*KEY* *VAL*"; the key and value are separated by a single space (ASCII character 32). A single element may have the form "@*STR* *VAL*...
NKUITSE/File-Kvpar-0.01 - 13 Jun 2014 06:38:01 UTC#=head2 awk # #Not implemented. # #=cut #sub awk { # _not_implemented(); #} basename Given a path to a file or directory returns the last part of the path. See File::Basename for details....
SZABGAB/File-Tools-0.09 - 17 Oct 2013 10:42:31 UTCThis module takes care of dealing with files regardless of whether they're local or remote. It allows you to create and edit files without having to worry about their physical location on the network. If a file passed into a function is of the form "...
NWIGER/File-Remote-1.17 - 10 Jan 2005 21:51:10 UTCFile::Assets is a tool for managing JavaScript and CSS assets in a (web) application. It allows you to "publish" assests in one place after having specified them in different parts of the application (e.g. throughout request and template processing p...
RKRIMEN/File-Assets-0.064 - 29 Sep 2008 23:35:33 UTC