Search results for "module:IO::File"
IO::File - supply object methods for filehandles
"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::File::Log - IO::File abstraction on logging files
Under this discussion, a log file refers to the classical notion of a daemon's log file, that is, a file that can be appended to at any time or that can be "rotated" (ie, the original file can be "rename()"d and a new file with the same name created ...
LUISMUNOZ/IO-File-Log-1.01 - 08 Aug 2002 17:51:23 UTC
Chj::IO::File
Something like IO::File, but more lightweight (IO::File takes about 0.3 seconds to load on my laptop, whereas this module takes less than 30ms), and with methods that throw (currently untyped) exceptions on error. NEW: $Chj::IO::ERRNO is set to $!+0 ...
PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC
IO::Easy::File - IO::Easy child class for operations with files.
APLA/IO-Easy-0.16
-
12 Apr 2011 15:14:35 UTC
Meta::IO::File - extend IO::File.
This class extends IO::File. I'm not actually adding a lot of IO stuff but rather making the code which uses IO::File cleaner by having my Meta::IO::File throw exception instead of returning error codes so that it will fit nicer in OO systems....
VELTZER/Meta-0.08 - 31 Dec 2002 10:05:41 UTC
File::KDBX::IO - Base IO class for KDBX-related streams
This is a IO::Handle subclass which provides self-tying and buffering. It currently provides an interface for subclasses that is similar to PerlIO::via, but this is subject to change. Don't depend on this outside of the File::KDBX distribution. Curre...
CCM/File-KDBX-0.906 - 17 Aug 2022 01:45:28 UTC
SPVM::IO::File - File Input/Output
SPVM::IO::File provides File Input/Output....
KIMOTO/SPVM-IO-0.211002 - 07 Dec 2023 05:21:44 UTC
IO::Async::File - watch a file for changes
This subclass of IO::Async::Notifier watches an open filehandle or named filesystem entity for changes in its "stat()" fields. It invokes various events when the values of these fields change. It is most often used to watch a file for size changes; f...
PEVANS/IO-Async-0.802 - 15 Aug 2022 20:33:58 UTC
IO::File::Cycle - Easily split output file while writing
NICWOLFF/IO-File-Cycle-0.03
-
05 Oct 2012 01:30:57 UTC
IO::Moose::File - Reimplementation of IO::File with improvements
This class provides an interface mostly compatible with IO::File. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure. * It doesn't export any con...
DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC
IO::File::fcntl - extension of IO::File for fcntl
"IO::File::fcntl" inherits from "IO::File::Lockable"....
MAKOTO/IO-File-Lockable-0.34 - 11 May 2007 09:35:58 UTC
IO::File::Multi - Print to multiple filehandles with one output call
This module requires that the user have the IO::File module installed (it comes with the perl distribution). Create objects for each of the output filehandles you'll have - then call the print() and printf() methods to send output to ALL the filehand...
NEMWS/IO-File-Multi-1.04 - 20 Jun 2020 20:58:33 UTC
IO::File::flock - extension of IO::File for flock
"IO::File::flock" inherits from "IO::File"....
MAKOTO/IO-File-Lockable-0.34 - 11 May 2007 09:35:58 UTC
IO::File::Lockable - supply lock based methods for I/O File objects
"IO::File::flock" inherits from "IO::File"....
MAKOTO/IO-File-Lockable-0.34 - 11 May 2007 09:35:58 UTC
IO::File::WithPath - An IO::File extension that keeps the pathname
IO::File::WithPath is a Perl module extending IO::File to keep track of the absolute path name....
CHIBA/IO-File-WithPath-0.09 - 20 Oct 2012 07:46:48 UTC
File::DataClass::IO - A powerful and concise API to do as much file IO as possible
This is a simplified re-write of IO::All with additional functionality from IO::AtomicFile. Provides the same minimalist API but without the heavy OO overloading. Only has methods for files and directories...
PJFL/File-DataClass-0.73.1 - 02 Jun 2017 00:03:17 UTC
IO::Tokenized::File - Extension of IO::File allowing tokenized input
*IO::Tokenized::File* adds the methods provided by *IO::Tokenized* to *IO::File* objects. See IO::Tokenized for details about how the tokens are specified and returned....
HOBBIT/IO-Tokenized-0.04 - 11 Nov 2003 10:37:12 UTC
File::KDBX::IO::Crypt - Encrypter/decrypter IO handle
CCM/File-KDBX-0.906
-
17 Aug 2022 01:45:28 UTC
IO::InSitu - Avoid clobbering files opened for both input and output
When users want to do in-situ processing on a file, they often specify it as both the input and output file: > myapp -i sample_data -o sample_data -op=normalize But, if the "-i" and "-o" flags are processed independently, the program will usually ope...
DCONWAY/IO-InSitu-0.0.2 - 22 May 2005 05:51:36 UTC
IO::File::AtomicChange - change content of a file atomically
IO::File::AtomicChange is intended for people who need to update files reliably and atomically. For example, in the case of generating a configuration file, you should be careful about aborting generator program or be loaded by other program in halfw...
HIROSE/IO-File-AtomicChange-0.08 - 22 Aug 2018 04:24:36 UTC