Search results for "module:File::Find::Object"
File::Find::Object - An object oriented File::Find replacement
File::Find::Object does the same job as File::Find but works like an object and with an iterator. As File::Find is not object oriented, one cannot perform multiple searches in the same application. The second problem of File::Find is its file process...
SHLOMIF/File-Find-Object-0.3.8 - 22 Jul 2023 07:03:19 UTC
File::Find::Object::Base - base class for File::Find::Object
This is the base class for F::F::O classes. It only defines some accessors, and is for File::Find::Object's internal use....
SHLOMIF/File-Find-Object-0.3.8 - 22 Jul 2023 07:03:19 UTC
File::Find::Object::Rule - Alternative interface to File::Find::Object
File::Find::Object::Rule is a friendlier interface to File::Find::Object . It allows you to build rules which specify the desired files and directories. WARNING : This module is a fork of version 0.30 of File::Find::Rule (which has been unmaintained ...
SHLOMIF/File-Find-Object-Rule-0.0313 - 27 Aug 2021 07:28:12 UTC
File::Find::Object::Result - a result class for File::Find::Object
This is a class returning a single File::Find::Object result as returned by its next_obj() method....
SHLOMIF/File-Find-Object-0.3.8 - 22 Jul 2023 07:03:19 UTC
File::Find::Object::PathComp - base class for File::Find::Object's Path Components
This is the base class for F::F::O's path components. It only defines some accessors, and is for File::Find::Object's internal use....
SHLOMIF/File-Find-Object-0.3.8 - 22 Jul 2023 07:03:19 UTC
File::Find::Object::Rule::VCS - Exclude files/directories for Version Control Systems
Many tools need to be equally useful both on ordinary files, and on code that has been checked out from revision control systems. File::Find::Object::Rule::VCS provides quick and convenient methods to exclude the version control directories of severa...
SHLOMIF/File-Find-Object-Rule-VCS-0.0.5 - 22 Oct 2020 14:38:59 UTC
File::Find::Object::Rule::MMagic - rule to match on mime types
File::Find::Object::Rule::MMagic interfaces File::MMagic to File::Find::Object::Rule enabling you to find files based upon their mime type. Text::Glob is used so that the pattern may be a simple globbing pattern. ->magic( @patterns ) Match only thing...
SHLOMIF/File-Find-Object-Rule-MMagic-v0.0.4 - 02 Feb 2014 20:26:09 UTC
File::Finder - nice wrapper for File::Find ala find(1)
"File::Find" is great, but constructing the "wanted" routine can sometimes be a pain. This module provides a "wanted"-writer, using syntax that is directly mappable to the *find* command's syntax. Also, I find myself (heh) frequently just wanting the...
MERLYN/File-Finder-0.53 - 08 Apr 2005 19:50:53 UTC
File::Log - A simple Object Orientated Logger
*File::Log* is a class providing methods to log data to a file. There are a number of parameters that can be passed to allow configuration of the logger....
GNG/File-Log-1.05 - 01 Mar 2008 03:07:51 UTC
File::Samba - Samba configuration Object
This module allows for easy editing of smb.conf in an OO way. The need arised from openfiler http://www.openfiler.org which at this current time setups a smb conf for you, however any changes you made by hand are lost when you make change due to the ...
SSCOTTO/File-Samba-0.03 - 07 Jul 2005 13:59:46 UTC
File::XDG - Basic implementation of the XDG base directory specification
This module provides a basic implementation of the XDG base directory specification as exists by the Free Desktop Organization (FDO). It supports all XDG directories except for the runtime directories, which require session management support in orde...
PLICEASE/File-XDG-1.02 - 18 May 2022 21:35:13 UTC
PID::File - PID files that guard against exceptions.
Creating a pid file, or lock file, should be such a simple process. See Daemon::Control for a more complete solution for creating daemons (and pid files). After creating a pid file, if an exception is thrown (and the $pid_file goes out of scope) the ...
CAGAO/PID-File-0.32 - 25 Aug 2012 01:36:58 UTC
File::TTX - Utilities for dealing with TRADOS TTX files
MICHAEL/File-TTX-0.04
-
12 May 2014 19:58:06 UTC
File::List - Perl extension for crawling directory trees and compiling lists of files
This module crawls the directory tree starting at the provided base directory and can return files (and/or directories if desired) matching a regular expression...
DOPACKI/File-List-0.3.1 - 24 Aug 2002 01:13:09 UTC
Mojo::File - File system paths
Mojo::File is a scalar-based container for file system paths that provides a friendly API for dealing with different operating systems. # Access scalar directly to manipulate path my $path = Mojo::File->new('/home/sri/test'); $$path .= '.txt';...
SRI/Mojolicious-9.34 - 11 Sep 2023 18:34:53 UTC
Lock::File - file locker with an automatic out-of-scope unlocking mechanism
"lockfile" is a perlfunc "flock" wrapper. The lock is autotamically released as soon as the assotiated object is no longer referenced. "lockfile_multi" makes non-blocking "lockfile" calls for multiple files and throws and exception if all are locked....
MMCLERIC/Lock-File-1.03 - 16 Jun 2013 21:00:06 UTC
File::Data - interface to file data
Wraps all the accessing of a file into a convenient set of calls for reading and writing data, including a simple regex interface. Note that the file needs to exist prior to using this module! See new()...
RFOLEY/File-Data-1.20 - 17 Jun 2016 11:44:36 UTC
File::Tail - Perl extension for reading from continously updated files
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::PathList - Find a file within a set of paths (like @INC or Java classpaths)
Many systems that map generic relative paths to absolute paths do so with a set of base paths. For example, perl itself when loading classes first turn a "Class::Name" into a path like "Class/Name.pm", and thens looks through each element of @INC to ...
ADAMK/File-PathList-1.04 - 10 Jul 2008 07:31:15 UTC