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::Filter"

lib/JaM/Filter/IO.pm River stage zero No dependents

JRED/JaM-1.0.10 - 10 Mar 2002 06:44:23 UTC

BoutrosLab::TSVStream::IO::Role::Writer::Filter River stage zero No dependents

This object provides an iterator to read through the lines of a data stream ($fd), converting each from a line with tab separated fields into an object of a class ($classs) that has attributes for those fields. Usually, the data stream will start wit...

BOUTROSLB/BoutrosLab-TSVStream-v0.5.4 - 27 Apr 2018 17:30:42 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::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

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

IO::Lambda - non-blocking I/O as lambda calculus River stage one • 4 direct dependents • 4 total dependents

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.33 - 15 Apr 2024 08:40:01 UTC

IO::Capture - Abstract Base Class to build modules to capture output. River stage three • 37 direct dependents • 111 total dependents

The "IO::Capture" Module defines an abstract base class that can be used to build modules that capture output being sent on a filehandle such as STDOUT or STDERR. Several modules that come with the distribution do just that. I.e., Capture STDOUT and ...

REYNOLDS/IO-Capture-0.05 - 30 Apr 2005 03:36:07 UTC

IO::Pipeline - map and grep for filehandles, unix pipe style River stage zero No dependents

IO::Pipeline was born of the idea that I really like writing map/grep type expressions in perl, but writing: map { ... } <$fh>; does a slurp of the filehandle, and when processing big log files I tend to Not Want That To Happen. Plus, map restricts u...

MSTROUT/IO-Pipeline-0.009002 - 04 Apr 2010 21:01:15 UTC

Iterator::IO - Filesystem and stream iterators. River stage one • 1 direct dependent • 1 total dependent

This module provides filesystem and stream iterator functions. See the Iterator module for more information about how to use iterators....

ROODE/Iterator-IO-0.02 - 23 Aug 2005 21:45:14 UTC

PDL::IO::Pic - image I/O for PDL River stage three • 94 direct dependents • 102 total dependents

This package implements I/O for a number of popular image formats by exploiting the xxxtopnm and pnmtoxxx converters from the netpbm package (which is based on the original pbmplus by Jef Poskanzer). Netpbm is available at ftp://wuarchive.wustl.edu/g...

ETJ/PDL-2.089 - 11 May 2024 23:59:45 UTC

Net::Nmsg::IO - Net::Nmsg - Perl interface for the nmsg IO loop River stage zero No dependents

Net::Nmsg::IO is a perl interface to the IO manager of the nmsg network data capture library....

MSISK/Net-Nmsg-0.17 - 01 Mar 2017 16:51:07 UTC

IO::Easy::Dir - IO::Easy child class for operations with directories. River stage one • 2 direct dependents • 5 total dependents

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

PDL::IO::Image - Load/save bitmap from/to PDL (via FreeImage library) River stage zero No dependents

PDL::IO::Image implements I/O for a number of popular image formats. It is based on "FreeImage library" <http://freeimage.sourceforge.net/> however there is no need to install FreeImage library on your system because PDL::IO::Image uses Alien::FreeIm...

KMX/PDL-IO-Image-1.001 - 11 Jul 2017 11:50:20 UTC

Fsdb::IO::Reader - handle formatting reading from a fsdb file (handle) or queue River stage zero No dependents

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

IO::Compress::Lzma - Write lzma files/buffers River stage one • 5 direct dependents • 7 total dependents

This module provides a Perl interface that allows writing lzma compressed data to files or buffer. For reading lzma files/buffers, see the companion module IO::Uncompress::UnLzma....

PMQS/IO-Compress-Lzma-2.212 - 27 Apr 2024 13:01:35 UTC

IO::Async::Resolver - performing name resolutions asynchronously River stage three • 119 direct dependents • 152 total dependents

This module extends an IO::Async::Loop to use the system's name resolver functions asynchronously. It provides a number of named resolvers, each one providing an asynchronous wrapper around a single resolver function. Because the system may not provi...

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 UTC

File::DataClass::IO - A powerful and concise API to do as much file IO as possible River stage one • 7 direct dependents • 8 total dependents

This is a simplified re-write of IO::All with additional functionality from IO::AtomicFile. Provides the same minimalist API but without the heavy OO overloading. Only has methods for files and directories...

PJFL/File-DataClass-0.73.1 - 02 Jun 2017 00:03:17 UTC

IO::Socket::Multicast - Send and receive multicast messages River stage two • 10 direct dependents • 12 total dependents

The IO::Socket::Multicast module subclasses IO::Socket::INET to enable you to manipulate multicast groups. With this module (and an operating system that supports multicasting), you will be able to receive incoming multicast transmissions and generat...

BRAMBLE/IO-Socket-Multicast-1.12 - 28 Apr 2010 10:40:49 UTC

IO::Socket::Multicast6 - Send and receive IPv4 and IPv6 multicast messages River stage one • 1 direct dependent • 1 total dependent

The IO::Socket::Multicast6 module subclasses IO::Socket::INET6 to enable you to manipulate multicast groups. With this module you will be able to receive incoming multicast transmissions and generate your own outgoing multicast packets. This module u...

NJH/IO-Socket-Multicast6-0.03 - 03 Dec 2009 22:09:51 UTC

Bio::Gonzales::Matrix::IO - Library for simple matrix IO River stage zero No dependents

Provides functions for common matrix/list IO....

JWB/Bio-Gonzales-0.083 - 02 Jan 2021 23:10:48 UTC
24 results (0.073 seconds)