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

Search results for "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 - Search in distribution
  • IO - load various IO modules
  • IO::Socket - Object interface to socket communications
  • IO::Select - OO interface to the select system call

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 - Search in distribution

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 - Search in distribution
  • IO::Mux::Select - Drop-in replacement for IO::Select when using IO::Mux::Handle objects.

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 - Search in distribution
  • Data::Handle - A Very simple interface to the __DATA__ file handle.

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution
  • IO::Moose - Reimplementation of IO::* with improvements
  • IO::Moose::File - Reimplementation of IO::File with improvements

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

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 - Search in distribution

PocketIO::Handle - Handle River stage one • 3 direct dependents • 3 total dependents

PocketIO::Handle is a wrapper on top of AnyEvent::Handle....

VTI/PocketIO-0.17 - 07 Jan 2014 20:30:05 UTC - Search in distribution

IO::ExplicitHandle - force I/O handles to be explicitly specified River stage zero No dependents

This module provides a lexically-scoped pragma that prohibits I/O operations that implicitly default to an I/O handle determined at runtime. For example, "print 123" implicitly uses the "currently selected" I/O handle (controlled by select). Within t...

ZEFRAM/IO-ExplicitHandle-0.002 - 07 Apr 2023 01:55:29 UTC - Search in distribution

lib/Seis/IO/Handle.pm River stage zero No dependents

TOKUHIROM/Seis-0.12 - 06 Sep 2013 00:55:18 UTC - Search in distribution

Message::Passing::Output::IO::Handle - output to an IO handle River stage two • 19 direct dependents • 19 total dependents

Output messages to an IO::Handle like handle, i.e. any class which implements a "->print($stuff)" method....

MSTROUT/Message-Passing-0.117 - 28 Apr 2020 16:36:21 UTC - Search in distribution

IO::Multiplex::KQueue - IO::Multiplex by kqueue(2) River stage zero No dependents

"IO::Multiplex::KQueue" is kqueue(2) IO::Multiplex implementation with compatible interface to "IO::Multiplex" (version 1.08). Please refer "IO::Multiplex" for details. Just install "IO::KQueue" and replace "IO::Multiplex" with "IO::Multiplex::KQueue...

INTWO/IO-Multiplex-KQueue-0.02 - 30 Dec 2005 08:27:27 UTC - Search in distribution
1,170 results (0.154 seconds)