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

Search results for "module:IO::Handle::Util"

IO::Handle::Util - Functions for working with IO::Handle like objects. River stage three • 12 direct dependents • 139 total dependents

This module provides a number of helpful routines to manipulate or create IO::Handle like objects....

ETHER/IO-Handle-Util-0.02 - 06 Oct 2018 04:36:52 UTC

IO::Handle::Iterator - Iterator based read handle River stage three • 12 direct dependents • 139 total dependents

This class lets you define a read handle with a few fallback methods (like "read") using a single callback that behaves like "getline". This is similar but much simpler than: IO::Handle::Prototype::Fallback->new( __read => sub { ... }, ); The reason ...

ETHER/IO-Handle-Util-0.02 - 06 Oct 2018 04:36:52 UTC

lib/IO/Handle/Util/Tie.pm River stage three • 12 direct dependents • 139 total dependents

ETHER/IO-Handle-Util-0.02 - 06 Oct 2018 04:36:52 UTC

lib/IO/Handle/Util/Overloading.pm River stage three • 12 direct dependents • 139 total dependents

ETHER/IO-Handle-Util-0.02 - 06 Oct 2018 04:36:52 UTC

IO::Handle::Prototype - base class for callback based handles. River stage three • 12 direct dependents • 139 total dependents

You probably want IO::Handle::Prototype::Fallback instead....

ETHER/IO-Handle-Util-0.02 - 06 Oct 2018 04:36:52 UTC

IO::Handle::Prototype::Fallback - Create IO::Handle like objects using a set of callbacks. River stage three • 12 direct dependents • 139 total dependents

This class provides a way to define a filehandle based on callbacks. Fallback implementations are provided to the extent possible based on the provided callbacks, for both writing and reading....

ETHER/IO-Handle-Util-0.02 - 06 Oct 2018 04:36:52 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::Pager - Select a pager (possibly perl-based) & pipe it text if a TTY River stage two • 6 direct dependents • 35 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

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::Detect - is this a frickin' filehandle or what?! River stage two • 11 direct dependents • 32 total dependents

It is stupidly complicated to detect whether a given scalar is a filehandle (or something filehandle like) in Perl. This module attempts to do so, but probably falls short in some cases. The primary advantage of using this module is that it gives you...

TOBYINK/Scalar-Does-0.203 - 31 Jan 2017 17:31:09 UTC

IO::Stream - ease non-blocking I/O streams based on EV River stage one • 8 direct dependents • 9 total dependents

Non-blocking event-based low-level I/O is hard to get right. Code usually error-prone and complex... and it very similar in all applications. Things become much worse when you need to alter I/O stream in some way - use proxies, encryption, SSL, etc. ...

POWERMAN/IO-Stream-v2.0.3 - 03 Apr 2018 16:10:11 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

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

IO::Prompter - Prompt for input, read it, clean it, return it. River stage two • 17 direct dependents • 21 total dependents

IO::Prompter exports a single subroutine, "prompt", that prints a prompt (but only if the program's selected input and output streams are connected to a terminal), then reads some input, then chomps it, and finally returns an object representing that...

DCONWAY/IO-Prompter-0.005001 - 16 Jul 2023 20:54:54 UTC

IO::Tty::Util - Perl bindings for libutil.so tty utility functions River stage zero No dependents

IO::Tty::Util provides basic Perl bindings to the "openpty" and "login_tty" functions found in "libutil.so" and provides a Perl implementation of the "forkpty" function....

PATL/IO-Tty-Util-0.03 - 19 Feb 2007 01:06:31 UTC

Kafka::IO::Async - Pseudo async interface to nonblocking network communication with the Apache Kafka server with Coro. This module implements the same interface that usual Kafka::IO module 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::Async" class are: * Provides an object oriented API for c...

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

Statistics::R::IO - Perl interface to serialized R data River stage zero No dependents

This module is a pure-Perl implementation for reading native data files produced by the R statistical computing environment <http://www.r-project.org>) It provides routines for reading files in the two primary file formats used in R for serializing n...

DAVOR/Statistics-R-IO-1.0002 - 02 Aug 2017 13:08:49 UTC

MooseX::Types::IO - IO related constraints and coercions for Moose River stage one • 1 direct dependent • 9 total dependents

This module packages one Moose::Util::TypeConstraints with coercions, designed to work with the IO suite of objects....

FAYLAND/MooseX-Types-IO-0.04 - 02 Apr 2014 14:39:27 UTC

Bio::Gonzales::Align::IO - Utility functions for aligment stuff River stage zero No dependents

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