Search results for "module:File::stat"
File::stat - by-name interface to Perl's built-in stat() functions
This module's default exports override the core stat() and lstat() functions, replacing them with versions that return "File::stat" objects. This object has methods that return the similarly named structure field name from the stat(2) function; namel...
RJBS/perl-5.36.0 - 28 May 2022 00:26:10 UTC
File::Stat::Bits - stat(2) bit mask constants
Lots of Perl modules use the Unix file permissions and type bits directly in binary form with risk of non-portability for some exotic bits. Note that the POSIX module does not provides all needed constants and I can't wait when the POSIX module will ...
FEDOROV/File-Stat-Bits-1.01 - 28 Jun 2006 12:00:18 UTC
File::Stat::Ls - Perl class for converting stat to ls -l format
This class contains methods to convert stat elements into ls format. It exports two methods: *format_mode* and *ls_stat*. The *format_mode* is borrowed from *Stat::lsMode* class by Mark_Jason Dominus. The *ls_stat* will build a string formated as the...
GEOTIGER/File-Stat-Ls-0.11 - 13 Jul 2005 14:24:03 UTC
File::Stat::OO - OO interface for accessing file status attributes
DHORNE/File-Stat-OO-0.03
-
28 Oct 2009 01:28:16 UTC
File::Stat::Moose - Status info for a file - Moose-based
This class provides methods that returns status info for a file. It is the OO-style version of stat/lstat functions. It also throws an exception immediately after error is occurred....
DEXTER/File-Stat-Moose-0.06 - 30 Jan 2009 13:28:27 UTC
File::stat::Extra - An extension of the File::stat module, provides additional methods.
This module's default exports override the core stat() and lstat() functions, replacing them with versions that return "File::stat::Extra" objects when called in scalar context. In list context the same 13 item list is returned as with the original "...
HAYOBAAN/File-stat-Extra-0.008 - 17 Aug 2016 13:37:59 UTC
File::Storage::Stat - Storage manager of minimum size
small data is stored in atime and mtime of file....
YAPPO/File-Storage-Stat-0.02 - 10 Aug 2005 06:45:37 UTC
File::Stat::Trigger - The module to monitor the status of file.
This module executes the registered function when the stat of file changed and matched parameter....
AKIHITO/File-Stat-Trigger-0.05 - 30 Dec 2008 08:03:16 UTC
File::Stat::ModeString - conversion file stat(2) mode to/from string representation.
This module provides a few functions for conversion between binary and literal representations of file mode bits, including file type. All of them use only symbolic constants for mode bits from File::Stat::Bits....
FEDOROV/File-Stat-ModeString-1.00 - 24 May 2006 11:12:21 UTC
Path::Class::File::Stat - test whether the file beneath a Path::Class::File object has changed
Path::Class::File::Stat is a simple extension of Path::Class::File. Path::Class::File::Stat is useful in long-running programs (as under mod_perl) where you might have a file handle opened and want to check if the underlying file has changed....
KARMAN/Path-Class-File-Stat-0.05 - 11 Jun 2013 13:52:13 UTC
File::StatCache - a caching wrapper around the stat() function
This module implements a cache of information returned by the "stat()" function. It stores the result of a "stat()" syscall, to avoid putting excess load on the host's filesystem in case many calls would be generated. By default the cache for any giv...
PEVANS/File-StatCache-0.06 - 13 Jul 2009 21:42:02 UTC
File::CounterSS - Counter that used File::Storage::Stat
counter with two kinds of values at the same time. the first value is counted according to hour, day, week, mon, year. the second value is the last count or a count of the total....
YAPPO/File-CounterSS-0.01 - 10 Aug 2005 10:14:29 UTC
File::Details - File details in an object, stat, hash, etc..
RECSKY/File-Details-0.003
-
13 Apr 2015 17:12:50 UTC
File::is - file is older? oldest? is newer? newest? similar? the same?
This module is a result of /me not wanting to write: if ($(stat('filename'))[9] < $(stat('tmp/other-filename'))[9]) { do_someting(); }; Instead I wrote a module with ~80 lines of code and ~90 lines of tests for it... So how is the module different fr...
JKUTEJ/File-is-0.04 - 12 Oct 2017 06:54:39 UTC
Mpp::File - cached information about files and directories
Mpp::File is an efficient way to avoid re-statting files and rereading directories. For each known file, there is a Mpp::File structure that describes what is known about the file. You may add arbitrary additional information to the structure. Mpp::F...
PFEIFFER/makepp-2.0.99.2 - 09 Nov 2017 09:32:03 UTC
File::Set - Mange/build a set of files from a list of file/directories
This module is designed to build and manipulate a set of files from a list of input directories and files. You can specify whether directories should be recursed or not, or specific sub-directories ignored....
ROBM/File-Set-1.02 - 04 Feb 2008 02:31:14 UTC