Bio::Variation::IO is a handler module for the formats in the Variation IO set (eg, Bio::Variation::IO::flat). It is the officially sanctioned way of getting at the format objects, which most people should use. The structure, conventions and most of ...
CJFIELDS/Bio-Variation-1.7.5 - 06 Jan 2020 19:59:16 UTCIntended as a replacement for "system" in IO::Async-using code. Provides a single "run" method which will fork+exec (via IO::Async::Process), capturing STDOUT/STDERR, and returning a Future holding the exit code and output....
TEAM/IO-AsyncX-System-0.003 - 12 May 2015 01:51:03 UTCMOOCOW/PDL-CCS-1.23.13 - 19 Nov 2020 06:00:18 UTC
This module is not intended for direct use in application code. Its sole purpose is to be sub-classed by IO::Compress modules....
PMQS/IO-Compress-2.100 - 07 Jan 2021 13:57:52 UTCThis module provides a Perl interface that allows writing lzma compressed data to files or buffer. For reading lzma files/buffers, see the companion module IO::Uncompress::UnLzma....
PMQS/IO-Compress-Lzma-2.100 - 07 Jan 2021 13:58:14 UTCThis module provides a Perl interface that allows writing lzip compressed data to files or buffer. For reading lzip files/buffers, see the companion module IO::Uncompress::UnLzip....
PMQS/IO-Compress-Lzma-2.100 - 07 Jan 2021 13:58:14 UTCThis module provides a Perl interface that allows writing zstd compressed data to files or buffer. For reading zstd files/buffers, see the companion module IO::Uncompress::UnZstd....
PMQS/IO-Compress-Zstd-2.100 - 07 Jan 2021 13:58:37 UTCThis module provides a Perl interface that allows writing compressed data to files or buffer as defined in RFC 1952. All the gzip headers defined in RFC 1952 can be created using this module. For reading RFC 1952 files/buffers, see the companion modu...
PMQS/IO-Compress-2.100 - 07 Jan 2021 13:57:52 UTCThe module provides access to the signal-based callbacks: generic signal listener "signal", process ID listener "pid", and the asynchronous version of *system* call, "spawn"....
KARASIK/IO-Lambda-1.30 - 30 Jun 2019 08:19:09 UTC"IO::File::flock" inherits from "IO::File"....
MAKOTO/IO-File-Lockable-0.34 - 11 May 2007 09:35:58 UTC"Storable" implements object persistence for Perl data structures that can contain arbitrary Perl objects. This module implements the relevant methods to be able to store and retrieve piddles via Storable....
ETJ/PDLA-Core-2.019107 - 28 Apr 2019 20:28:44 UTCThis module extends and leverages Paranoid::IO's capabilities with an eye towards line-based text files, such as log files. It does so while maintaining a paranoid stance towards I/O. For that reason the functions here only work on limited chunks of ...
CORLISS/Paranoid-2.08 - 31 Dec 2020 21:31:34 UTCIO::Dir::Recursive gives IO::Dir the ability to work recursive....
FLORA/IO-Dir-Recursive-0.03 - 22 Oct 2005 20:32:21 UTCThis module contains lowlevel-routines for the communication with the ELV Weatherstation WS2000 PC connected to a serial port. Following functions are implemented: open_ws ($port) opens the serial port and checks initial response, returns 1 on succes...
MMBK/Device-WS2000-IO-0.01 - 30 Apr 2002 09:59:02 UTCEWILHELM/CAD-Drawing-IO-Tk-0.04 - 17 Mar 2006 18:35:54 UTC
This class encapsulates the I/O interface needed by the App::CmdDispatch module. A user can replace this object to provide a different mechanism for interacting with the user. This default version of the class defines the interface and interacts with...
GWADEJ/App-CmdDispatch-0.44 - 08 Apr 2020 04:04:45 UTCThe module "IO::Capture::Stderr", is derived from the abstract class "IO::Capture". See IO::Capture. The purpose of the module (as the name suggests) is to capture any output sent to "STDOUT". After the capture is stopped, the STDOUT filehandle will ...
REYNOLDS/IO-Capture-0.05 - 30 Apr 2005 03:36:07 UTCProvide an 'intelligent' bottom end read function for scripts, what is read is pre-processed before the script sees it. Your program does not need code to conditionally discard some input, include files and substitute values. An easy way of reading i...
ADDW/IO-ReadPreProcess-0.85 - 15 Aug 2017 22:29:18 UTCThe "select" system call (and the "IO::Select" interface) allows us to process multiple streams simultaneously, blocking until one or more of them is ready for reading or writing. Unfortunately, this requires us to use "sysread" and "syswrite" rather...
AFN/IO-BufferedSelect-1.0 - 13 Mar 2007 08:29:57 UTC