The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Search results for "module:IO"

IO - load various IO modules River stage five • 5475 direct dependents • 32646 total dependents

"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.55 - 30 Dec 2023 20:22:15 UTC

IO::DB - Database convenience object. River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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::Tty - Low-level allocate a pseudo-Tty, import constants. River stage four • 34 direct dependents • 2422 total dependents

"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.20 - 28 Dec 2023 17:58:49 UTC

IO::Tee - Multiplex output to multiple output handles River stage one • 6 direct dependents • 7 total dependents

"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 River stage zero No dependents

"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) River stage zero No dependents

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::Pty - Pseudo TTY object class River stage four • 34 direct dependents • 2422 total dependents

"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.20 - 28 Dec 2023 17:58:49 UTC

IO::K8s - Objects representing things found in the Kubernetes API River stage zero No dependents

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

LWP::IO - Tk I/O routines for the LWP library River stage one • 1 direct dependent • 1 total dependent

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 River stage two • 11 direct dependents • 24 total dependents

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 River stage five • 5475 direct dependents • 32646 total dependents

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.55 - 30 Dec 2023 20:22:15 UTC

Lux::IO - A Perl Interface to Lux IO River stage zero No dependents

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 River stage one • 1 direct dependent • 1 total dependent

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::Die - Namespaced, error-checked I/O River stage zero No dependents

FELIPE/IO-Die-0.057 - 06 Nov 2015 08:16:54 UTC

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 13 direct dependents • 18 total dependents

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.81 - 20 Feb 2024 06:41:07 UTC

IO::Easy - is easy to use class for operations with filesystem objects. River stage one • 2 direct dependents • 5 total dependents

APLA/IO-Easy-0.16 - 12 Apr 2011 15:14:35 UTC

IO::Wrap - Wrap raw filehandles in the IO::Handle interface River stage three • 164 direct dependents • 819 total dependents

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

IO::YAML - read and write YAML streams incrementally River stage zero No dependents

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

IO::Poll - Object interface to system poll call River stage five • 5475 direct dependents • 32646 total dependents

"IO::Poll" is a simple interface to the system level poll routine....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC
1,534 results (0.046 seconds)