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"

IO::Handle - supply object methods for I/O handles River stage five • 5475 direct dependents • 32646 total dependents

"IO::Handle" is the base class for all other IO handle classes. It is not intended that objects of "IO::Handle" would be created directly, but instead "IO::Handle" is inherited from by several other classes in the IO hierarchy. If you are reading thi...

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

IO::Mux::Handle - Virtual handle used with the IO::Mux multiplexer. River stage zero No dependents

"IO::Mux::Handle" objects are used to create virtual handles that are multiplexed through an IO::Mux object....

PATL/IO-Mux-0.08 - 21 Jan 2006 17:54:48 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

Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle. River stage one • 4 direct dependents • 7 total dependents

This is an internal component used by Data::Handle used as a "tie" target to provide accessibility to the Perl Core functions, in order to truly emulate a file-handle. All the methods on this tie are essentially proxy methods that feed back to Data::...

KENTNL/Data-Handle-1.000001 - 08 Mar 2017 11:46:09 UTC

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

SPVM::IO::Handle - I/O Handling River stage one • 2 direct dependents • 2 total dependents

"SPVM::IO::Handle" is the SPVM's "IO::Handle" class for I/O handling....

KIMOTO/SPVM-IO-0.211002 - 07 Dec 2023 05:21:44 UTC

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

This class extends IO::Handle with following differences: * It is based on Moose object framework. * The "stat" method returns File::Stat::Moose object. * It uses Exception::Base for signaling errors. Most of methods are throwing exception on failure...

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

IO::Async::Handle - event callbacks for a non-blocking file descriptor River stage three • 115 direct dependents • 145 total dependents

This subclass of IO::Async::Notifier allows non-blocking IO on filehandles. It provides event handlers for when the filehandle is read- or write-ready....

PEVANS/IO-Async-0.803 - 29 Jan 2024 20:40:58 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

IO::Handle::Record - IO::Handle extension to pass perl data structures River stage one • 2 direct dependents • 9 total dependents

"IO::Handle::Record" extends the "IO::Handle" class. Since many classes derive from "IO::Handle" these extensions can be used with "IO::File", "IO::Socket", "IO::Pipe", etc. The methods provided read and write lists of perl data structures. They can ...

OPI/IO-Handle-Record-0.15 - 22 Mar 2013 10:52:45 UTC

IO::Handle::Rewind - pretend to rewind filehandles River stage zero No dependents

IO::Handle::Rewind wraps any IO::Handle object in a soft, fluffy coat....

HDP/IO-Handle-Rewind-0.06 - 01 Dec 2005 16:55:02 UTC

IO::Handle::unread - Pushes string back into input filehandle River stage zero No dependents

This module provides "IO::Handle" class with "unread()", a superset of stdio's "ungetc()". Since the unread() routines of some layers are unstable, do not use this module for anything serious. There is NO WARRANTY....

GFUJI/IO-Handle-unread-0.02 - 27 Jul 2008 12:56:39 UTC

IO::Handle::Packable - add pack and unpack methods to an IO::Handle River stage one • 1 direct dependent • 1 total dependent

This subclass of IO::File adds two new methods to an IO handle; "pack" and "unpack". These provide the ability to write or read packed binary values to and from the filehandle, using the same kind of format strings as the core perl functions of the s...

PEVANS/IO-Handle-Packable-0.01 - 09 Nov 2019 17:52:38 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::TieCombine::Handle - tied filehandles for IO::TieCombine River stage three • 2 direct dependents • 944 total dependents

RJBS/IO-TieCombine-1.005 - 31 Oct 2015 02:19:39 UTC

Filesys::POSIX::IO::Handle - Basic wrapper for Perl file handles River stage one • 2 direct dependents • 6 total dependents

This package provides a wrapper for standard Perl file handles. It is not meant to supplant the behavior or necessity of IO::Handle; rather, it is meant to provide a base reference for all of the I/O operations supported by Filesys::POSIX, which igno...

XAN/Filesys-POSIX-0.9.19 - 04 Apr 2017 19:55:01 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::Multiplex - Manage IO on many file handles River stage one • 2 direct dependents • 2 total dependents

It is object oriented in design, and will notify you of significant events by calling methods on an object that you supply. If you are not using objects, you can simply supply "__PACKAGE__" instead of an object reference. You may have one callback ob...

BBB/IO-Multiplex-1.16 - 09 Apr 2015 21:40:51 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
264 results (0.048 seconds)