Search results for "module:IO"
IO - load various IO modules
"IO" provides a simple mechanism to load several of the IO modules in one go. The IO modules belonging to the core are: IO::Handle IO::Seekable IO::File IO::Pipe IO::Socket IO::Dir IO::Select IO::Poll Some other IO modules don't belong to the perl co...
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::DB - Database convenience object.
The IO::DB library was created and is intended as a convenience library. It works by reducing clutter in your code caused by using the same redundant code. It also works under the philosophy of intelligent code. That is, let me tell you to do somethi...
DBIALAC/SDP-0.1 - 22 Jun 2005 22:13:04 UTC
IO::Extended - more print functions
IO::Extended contains a bunch of print-like functions, which automatically add newline characters to the string....
MUENALAN/IO-Extended-0.16 - 31 Dec 2009 13:33:39 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::Mux - Multiplex several virtual streams over a real pipe/socket
"IO::Mux" allows you to multiplex several virtual streams over a single pipe or socket. This is achieved by creating an "IO::Mux" object on each end of the real stream and then creating virtual handles ("IO::Mux::Handle" objects) from these "IO::Mux"...
PATL/IO-Mux-0.08 - 21 Jan 2006 17:54:48 UTC
IO::Cat - Object-oriented Perl implementation of cat(1)
IO::Cat provides an intuitive, scalable, encapsulated interface to the common task of printing to a filehandle. Use it a few times, and you'll never know how you lived without it!...
FIMM/IO-Cat-1.01 - 21 Jan 1999 23:37:21 UTC
IO::K8s - Objects representing things found in the Kubernetes API
This module is the set of objects and serialization / deserialization methods that represent the structures found inside the Kubernetes API <https://kubernetes.io/docs/reference/generated/kubernetes-api/v1.10/> Kubernetes API is very strict about the...
JLMARTIN/IO-K8s-0.03 - 15 May 2018 14:03:57 UTC
IO::AIO - Asynchronous/Advanced Input/Output
This module implements asynchronous I/O using whatever means your operating system supports. It is implemented as an interface to "libeio" (<http://software.schmorp.de/pkg/libeio.html>). Asynchronous means that operations that can normally block your...
MLEHMANN/IO-AIO-4.8 - 01 Apr 2023 02:14:44 UTC
LWP::IO - Tk I/O routines for the LWP library
This module provide replacement functions for the LWP::IO functions. Require this module if you use Tk and want non exclusive IO behaviour from LWP. This does not allow LWP to run simultaneous requests though. See also LWP::IO....
GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 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::Dir - supply object methods for directory handles
The "IO::Dir" package provides two interfaces to perl's directory reading routines. The first interface is an object approach. "IO::Dir" provides an object constructor and methods, which are just wrappers around perl's built in directory reading rout...
TODDR/IO-1.51 - 23 Jan 2023 05:24:04 UTC
IO::Pty - Pseudo TTY object class
"IO::Pty" provides an interface to allow the creation of a pseudo tty. "IO::Pty" inherits from "IO::Handle" and so provide all the methods defined by the "IO::Handle" package. Please note that pty creation is very system-dependent. If you have proble...
TODDR/IO-Tty-1.17 - 11 Nov 2022 20:17:02 UTC
IO::Tty - Low-level allocate a pseudo-Tty, import constants.
"IO::Tty" is used internally by "IO::Pty" to create a pseudo-tty. You wouldn't want to use it directly except to import constants, use "IO::Pty". For a list of importable constants, see IO::Tty::Constant. Windows is now supported, but ONLY under the ...
TODDR/IO-Tty-1.17 - 11 Nov 2022 20:17:02 UTC
Lux::IO - A Perl Interface to Lux IO
Lux IO is a yet another database manager. Lux::IO provides a Perl interface to it. You must note that it supports only B+ Tree-based database so far, though Lux IO supports also array-based database....
KENTARO/Lux-IO-0.07 - 14 May 2009 04:08:52 UTC
LWP::IO - Low level I/O capability
The following functions are available: LWP::IO::read($fd, $data, $size, $offset, $timeout) LWP::IO::write($fd, $data, $timeout) These routines provide low level I/O with timeout capability for the LWP library. These routines will only be installed if...
GAAS/LWP-attic-1.00 - 26 Jan 1998 23:51:56 UTC
IO::YAML - read and write YAML streams incrementally
IO::YAML may be used to read and write YAML streams one "document" (i.e., one value) at a time. A YAML stream is a file consisting of a sequence of YAML documents, each of which may (optionally) be terminated by a line consisting solely of three peri...
NKUITSE/IO-YAML-0.10 - 03 Mar 2017 14:26:28 UTC
Fsdb::IO - base class for Fsdb IO (FsdbReader and FsdbWriter)
JOHNH/Fsdb-3.1
-
24 Nov 2022 06:25:46 UTC
IO::Easy - is easy to use class for operations with filesystem objects.
APLA/IO-Easy-0.16
-
12 Apr 2011 15:14:35 UTC
IO::Wrap - Wrap raw filehandles in the IO::Handle interface
Let's say you want to write some code which does I/O, but you don't want to force the caller to provide you with a FileHandle or IO::Handle object. You want them to be able to say: do_stuff(\*STDOUT); do_stuff('STDERR'); do_stuff($some_FileHandle_obj...
CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC