The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

Search results for "module:IO::Default"

IO::Default - replace select() with $DEFOUT, $DEFERR, $DEFIN River stage zero No dependents

Currently, Perl provides a somewhat clumsy way of manipulating the default filehandle, and no easy way of manipulating default error and input handles. This module serves the dual purpose of providing a means around this, as well as serving as a prot...

NWIGER/IO-Default-1.03 - 13 Sep 2000 21:59:12 UTC

ASP - a Module for ASP (PerlScript) Programming River stage zero No dependents

This module is based on Matt Sergeant's excellent Win32::ASP module, which can be found at <http://www.fastnetltd.ndirect.co.uk/Perl>. After using Mr. Sergeant's module, I took on the task of customizing and optimizing it for my own purposes. Feel fr...

TIMMY/ASP-1.07 - 12 Jul 2000 08:22:21 UTC

IO::AIO - Asynchronous/Advanced Input/Output River stage two • 11 direct dependents • 16 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::Die - Namespaced, error-checked I/O River stage zero No dependents

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

IO::HTML - Open an HTML file with automatic charset detection River stage four • 4 direct dependents • 8658 total dependents

IO::HTML provides an easy way to open a file containing HTML while automatically determining its encoding. It uses the HTML5 encoding sniffing algorithm specified in section 8.2.2.2 of the draft standard. The algorithm as implemented here is: 1. If t...

CJM/IO-HTML-1.004 - 26 Sep 2020 16:52:29 UTC

IO::Stty - Change and print terminal line settings River stage two • 11 direct dependents • 12 total dependents

This is the PERL POSIX compliant stty....

TODDR/IO-Stty-0.04 - 19 Jan 2020 02:29:01 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::Util - A selection of general-utility IO function River stage two • 2 direct dependents • 12 total dependents

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

IO::File - supply object methods for filehandles River stage five • 5769 direct dependents • 33164 total dependents

"IO::File" inherits from "IO::Handle" and "IO::Seekable". It extends these classes with methods that are specific to file handles....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC

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

IO::Iron - Client Libraries to Iron services IronCache, IronMQ and IronWorker. River stage one • 2 direct dependents • 2 total dependents

IronCache, IronMQ and IronWorker are cloud based services accessible via a REST API. CPAN Distribution IO::Iron contains Perl clients for accessing them. [See <http://www.iron.io/>] Please see the individual clients for further documentation and usag...

MIKKOI/IO-Iron-0.14 - 02 Sep 2023 19:56:07 UTC

IO::Zlib - IO:: style interface to Compress::Zlib River stage four • 83 direct dependents • 2346 total dependents

"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.15 - 29 Feb 2024 20:44:10 UTC

Imager - Perl extension for Generating 24 bit Images River stage three • 112 direct dependents • 129 total dependents

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.024 - 06 Apr 2024 02:24:09 UTC

Kafka::IO - Interface to network communication with the Apache Kafka server. River stage one • 2 direct dependents • 2 total dependents

This module is private and should not be used directly. In order to achieve better performance, methods of this module do not perform arguments validation. The main features of the "Kafka::IO" class are: * Provides an object oriented API for communic...

ASOLOVEY/Kafka-1.08 - 14 Jul 2020 01:34:19 UTC

IO::React - Interaction with an IO::Handle River stage zero No dependents

"IO::React" provides an expect-like interface for interacting with whatever may be connected to a handle. The main routine is the "react" method, which calls subroutines based on matching patterns provided as arguments. There are four methods for con...

GARROW/IO-React-1.03 - 01 Jun 2001 12:11:35 UTC

IO::Pager - Select a pager (possibly perl-based) & pipe it text if a TTY River stage two • 6 direct dependents • 37 total dependents

IO::Pager can be used to locate an available pager and set the *PAGER* environment variable (see "NOTES"). It is also a factory for creating I/O objects such as IO::Pager::Buffered and IO::Pager::Unbuffered. IO::Pager subclasses are designed to progr...

JPIERCE/IO-Pager-2.10 - 05 Nov 2020 00:03:29 UTC

IO::Moose - Reimplementation of IO::* with improvements River stage zero No dependents

"IO::Moose" provides a simple mechanism to load several modules in one go. "IO::Moose::*" classes provide an interface mostly compatible with IO. The differences: * It is based on Moose object framework. * It uses Exception::Base for signaling errors...

DEXTER/IO-Moose-0.1004 - 29 Oct 2009 12:15:13 UTC

IO::Storm - IO::Storm allows you to write Bolts and Spouts for Storm in Perl. River stage zero No dependents

IO::Storm allows you to leverage Storm's multilang support to write Bolts and Spouts in Perl. As of version 0.02, the API is designed to very closely mirror that of the Streamparse Python library <http://streamparse.readthedocs.org/en/latest/api.html...

DSBLANCH/IO-Storm-0.17 - 05 Mar 2015 19:59:26 UTC

IO::Epoll - Scalable IO Multiplexing for Linux 2.5.44 and higher River stage zero No dependents

The epoll(4) subsystem is a new, (currently) Linux-specific variant of poll(2). It is designed to offer O(1) scalability over large numbers of watched file descriptors. You will need at least version 2.5.44 of Linux to use this module, and you might ...

BRUCEK/IO-Epoll-0.03 - 04 Jan 2012 20:41:09 UTC

IO::Ftp - A simple interface to Net::FTP's socket level get/put (DEPRECATED) River stage zero No dependents

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
280 results (0.064 seconds)