Search results for "module:IO::Lines"
IO::Lines - IO:: interface for reading/writing an array of lines
This class implements objects which behave just like FileHandle (or IO::Handle) objects, except that you may use them to write to (or read from) an array of lines. "tiehandle" capable as well. This is a subclass of IO::ScalarArray in which the underl...
CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC
IO::Lines - IO:: interface for reading/writing an array of lines
This class implements objects which behave just like FileHandle (or IO::Handle) objects, except that you may use them to write to (or read from) an array of lines. They can be tiehandle'd as well. This is a subclass of IO::ScalarArray in which the un...
DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC
IO::Tee - Multiplex output to multiple output handles
"IO::Tee" objects can be used to multiplex input and output in two different ways. The first way is to multiplex output to zero or more output handles. The "IO::Tee" constructor, given a list of output handles, returns a tied handle that can be writt...
NEILB/IO-Tee-0.66 - 19 Aug 2020 20:02:59 UTC
IO::Any - open anything
The aim is to provide read/write anything. The module tries to guess $what the "anything" is based on some rules. See "new" method Pod for examples and "new" and "_guess_what" code for the implementation. There are two methods "slurp" and "spew" to r...
JKUTEJ/IO-Any-0.09 - 21 Sep 2014 13:50:05 UTC
IO::Zlib - IO:: style interface to Compress::Zlib
"IO::Zlib" provides an IO:: style interface to Compress::Zlib and hence to gzip/zlib compressed files. It provides many of the same methods as the IO::Handle interface. Starting from IO::Zlib version 1.02, IO::Zlib can also use an external gzip comma...
TOMHUGHES/IO-Zlib-1.14 - 10 Jan 2023 20:40:41 UTC
IO::Util - A selection of general-utility IO function
This is a micro-weight module that exports a few functions of general utility in IO operations....
DOMIZIO/IO-Util-1.5 - 31 Dec 2005 13:51:40 UTC
Imager - Perl extension for Generating 24 bit Images
Imager is a module for creating and altering images. It can read and write various image formats, draw primitive shapes like lines,and polygons, blend multiple images together in various ways, scale, crop, render text and more. Overview of documentat...
TONYC/Imager-1.022 - 02 Dec 2023 23:32:54 UTC
IO::Slice - restrict reads to a range in a file
This module allows the definition of a filehandle that only works on a slice of an input file. The "new" method provides back a GLOB that can be used as any other filehandle, mostly, with the notable exception of some methods like "stat", "fileno" an...
POLETTIX/IO-Slice-0.2 - 30 Dec 2014 15:24:08 UTC
IO::Ppoll - Object interface to Linux's ppoll() call
"IO::Ppoll" is a simple interface to Linux's "ppoll()" system call. It provides an interface that is drop-in compatible with IO::Poll. The object stores a signal mask that will be in effect during the actual "ppoll()" system call and has additional m...
PEVANS/IO-Ppoll-0.12 - 31 Aug 2015 18:17:41 UTC
IO::HyCon - Perl interface to the Analog Paradigm hybrid controller.
This module implements a simple object oriented interface to the Arduino\textregistered~ based Analog Paradigm hybrid controller which interfaces an analog computer to a digital computer and thus allows true hybrid computation....
VAXMAN/IO-HyCon-1.3 - 27 Jan 2020 22:49:44 UTC
IO::Scalar - IO:: interface for reading/writing a scalar
This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::Scalar class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write to (o...
CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC
IO::Scalar - IO:: interface for reading/writing a scalar
This class is part of the IO::Stringy distribution; see IO::Stringy for change log and general information. The IO::Scalar class implements objects which behave just like IO::Handle (or FileHandle) objects, except that you may use them to write to (o...
DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC
IO::Simple - Adds error checking to file handles and provides per file handle options.
IO::Simple provides a thin layer over IO::File. This layer causes files to default to opening in read mode and to croaking on failure opening, closeing or printing to files. It provides methods to set $\, $/, $:, $^L and $, on a per handle basis and ...
ERICJH/IO-Simple-0.04 - 06 Mar 2007 15:27:54 UTC
IO::Handle - supply object methods for I/O handles
"IO::Handle" is the base class for all other IO handle classes. It is not intended that objects of "IO::Handle" would be created directly, but instead "IO::Handle" is inherited from by several other classes in the IO hierarchy. If you are reading thi...
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::Ftp - A simple interface to Net::FTP's socket level get/put (DEPRECATED)
Deprecated. Other better options exist. See, for example, IO::All::FTP EXPORTS None by default. REQUIRES Net::FTP File::Basename URI Symbol...
MIKEB/IO-Ftp-0.06 - 07 May 2015 14:59:24 UTC
IO::Lambda - non-blocking I/O as lambda calculus
This module is another attempt to fight the horrors of non-blocking I/O. It tries to bring back the simplicity of the declarative programming style, that is only available when one employs threads, coroutines, or co-processes. Usually coding non-bloc...
KARASIK/IO-Lambda-1.32 - 02 Dec 2022 16:40:40 UTC
IO::Stringy - I/O on in-core objects like strings and arrays
This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...
CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC
IO::Stringy - I/O on in-core objects like strings and arrays
This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...
DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC
IO::Termios - supply termios(3) methods to IO::Handle objects
This class extends the generic "IO::Handle" object class by providing methods which access the system's terminal control termios(3) operations. These methods are primarily of interest when dealing with TTY devices, including serial ports. The flag-se...
PEVANS/IO-Termios-0.09 - 03 Sep 2020 21:58:41 UTC
IO::WrapTie - wrap tieable objects in IO::Handle interface
Suppose you have a class "FooHandle", where... * "FooHandle" does not inherit from IO::Handle. That is, it performs file handle-like I/O, but to something other than an underlying file descriptor. Good examples are IO::Scalar (for printing to a strin...
CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC