Search results for "module:IO::Handle"
IO::Handle - supply object methods for I/O handles
"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.51 - 23 Jan 2023 05:24:04 UTC
IO::Mux::Handle - Virtual handle used with the IO::Mux multiplexer.
"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
Data::Handle::IO - A Tie Package so Data::Handle can look and feel like a normal handle.
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.
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
"SPVM::IO::Handle" is the SPVM's "IO::Handle" class for I/O handling....
KIMOTO/SPVM-IO-0.202001 - 29 May 2023 05:18:22 UTC
IO::Extended - more print functions
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
IO::Moose::Handle - Reimplementation of IO::Handle with improvements
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
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.802 - 15 Aug 2022 20:33:58 UTC
IO::Handle::Iterator - Iterator based read handle
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
"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
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
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
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.
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
RJBS/IO-TieCombine-1.005
-
31 Oct 2015 02:19:39 UTC
Filesys::POSIX::IO::Handle - Basic wrapper for Perl file handles
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.
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
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