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

Search results for "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 - Search in distribution

IO::FD - Faster accept, socket, listen with file descriptors, not handles River stage zero No dependents

IO::FD is an XS module implementing common core Perl system I/O functions to work with file descriptors instead of Perl file handles. Functions include but are not limited to "accept", "connect", "socket", "bind", "sysopen", "sysread", and "syswrite"...

DRCLAW/IO-FD-v0.3.7 - 04 Jan 2024 21:57:08 UTC - Search in distribution

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 - Search in distribution

Tk::IO - high level interface to Tk's 'fileevent' mechanism River stage three • 160 direct dependents • 171 total dependents

Tk::IO is now layered on perl's IO::Handle class. Interfaces have changed, and are still evolving. In theory C methods which enable non-blocking IO as in earlier Tk-b* release(s) are still there. I have not changed them to use perl's additional Confi...

SREZIC/Tk-804.036 - 14 Feb 2021 12:53:44 UTC - Search in distribution

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 - Search in distribution

IO::All - IO::All to Larry Wall! River stage three • 134 direct dependents • 358 total dependents

IO::All combines all of the best Perl IO modules into a single nifty object oriented interface to greatly simplify your everyday Perl IO idioms. It exports a single function called "io", which returns a new IO::All object. And that object can do it a...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

IO::Die - Namespaced, error-checked I/O River stage zero No dependents

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

IO::EPP - Object and procedure interface of the client-side for work with EPP API of registries and some resellers River stage zero No dependents

IO::EPP is a very light and fast interface of the access to EPP API from the client's side with minimum dependences. It is independent of libxml and other heavy libraries. It works over IO::Socket::SSL without additional modules and demands only Dige...

VADIML/IO-EPP-0.004 - 17 Jan 2020 18:46:48 UTC - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • IO::Pty - Pseudo TTY object class

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 - Search in distribution
  • LWP::IO - Low level I/O capability

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 - Search in distribution

PDL::IO - An overview of the modules in the PDL::IO namespace. River stage three • 93 direct dependents • 101 total dependents

PDL contains many modules for displaying, loading, and saving data. * Perlish or Text-Based A few IO modules provide Perl-inspired capabilities. These are PDL::IO::Dumper and PDL::IO::Storable. PDL::IO::Misc provides simpler routines for dealing with...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

DBIx::IO - Abstraction layer for database I/O with auto-discovery of data dictionary. River stage one • 3 direct dependents • 3 total dependents

Methods are provided to perform basic database I/O via DBI without having to embed SQL in your programs. Records are normally passed in and out in the form of hash references where keys of the hash represent columns (ALWAYS UPPER CASE), and the value...

RSANDBERG/DBIx-IO-1.07 - 12 Jul 2008 03:48:01 UTC - Search in distribution

Fsdb::IO - base class for Fsdb IO (FsdbReader and FsdbWriter) River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC - Search in distribution

Glib::IO - Perl bindings to the GIO library River stage one • 1 direct dependent • 1 total dependent

The "Glib::IO" module allows a Perl developer to access the GIO library, the high level I/O and platform library of the GNOME development platform. GIO is used for: * local and remote enumeration and access of files GIO has multiple backends to acces...

XAOC/Glib-IO-0.002 - 25 Jun 2021 05:40:42 UTC - Search in distribution
2,726 results (0.218 seconds)