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

Search results for "module:IO::Wrap"

IO::Wrap - Wrap raw filehandles in the IO::Handle interface River stage three • 164 direct dependents • 819 total dependents

Let's say you want to write some code which does I/O, but you don't want to force the caller to provide you with a FileHandle or IO::Handle object. You want them to be able to say: do_stuff(\*STDOUT); do_stuff('STDERR'); do_stuff($some_FileHandle_obj...

CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC

IO::Wrap - wrap raw filehandles in IO::Handle interface River stage zero No dependents

Let's say you want to write some code which does I/O, but you don't want to force the caller to provide you with a FileHandle or IO::Handle object. You want them to be able to say: do_stuff(\*STDOUT); do_stuff('STDERR'); do_stuff($some_FileHandle_obj...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC

IO::WrapTie - wrap tieable objects in IO::Handle interface River stage three • 164 direct dependents • 819 total dependents

Suppose you have a class "FooHandle", where... * "FooHandle" does not inherit from IO::Handle. That is, it performs file handle-like I/O, but to something other than an underlying file descriptor. Good examples are IO::Scalar (for printing to a strin...

CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC

IO::WrapOutput - Wrap your output filehandles with minimal fuss River stage one • 2 direct dependents • 2 total dependents

When you have a module (e.g. POE::Wheel::ReadLine) which needs all output to go through a method that it provides, it can be cumbersome (or even impossible) to change all the code in an asynchronous/event-driven program to do that instead of printing...

HINRIK/IO-WrapOutput-0.07 - 10 Jun 2011 07:08:27 UTC

IO::WrapTie - wrap tieable objects in IO::Handle interface River stage zero No dependents

Suppose you have a class "FooHandle", where... * FooHandle does not inherit from IO::Handle; that is, it performs filehandle-like I/O, but to something other than an underlying file descriptor. Good examples are IO::Scalar (for printing to a string) ...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC

Apache::TieBucketBrigade - Perl extension which ties an IO::Handle to Apache's Bucket Brigade so you can use standard filehandle type operations on the brigade. River stage one • 1 direct dependent • 1 total dependent

This module has one usefull method "new_tie" which takes an Apache connection object and returns a tied IO::Handle object. It should be used inside a mod_perl protocol handler to make dealing with the bucket brigade bitz easier. FILENO will emulate a...

MOCK/Apache-TieBucketBrigade-0.05 - 12 Sep 2004 22:25:52 UTC

Apache2::TieBucketBrigade - Perl extension which ties an IO::Handle to Apache's Bucket Brigade so you can use standard filehandle type operations on the brigade. River stage one • 1 direct dependent • 2 total dependents

This module has one usefull method "new_tie" which takes an Apache connection object and returns a tied IO::Handle object. It should be used inside a mod_perl protocol handler to make dealing with the bucket brigade bitz easier. FILENO will emulate a...

MOCK/Apache2-TieBucketBrigade-0.07 - 03 Aug 2005 22:21:06 UTC

Imager - Perl extension for Generating 24 bit Images River stage three • 108 direct dependents • 121 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::Stringy - I/O on in-core objects like strings and arrays River stage three • 164 direct dependents • 819 total dependents

This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...

CAPOEIRAB/IO-Stringy-2.113 - 17 Jan 2020 03:53:55 UTC

IO::Stringy - I/O on in-core objects like strings and arrays River stage zero No dependents

This toolkit primarily provides modules for performing both traditional and object-oriented i/o) on things *other* than normal filehandles; in particular, IO::Scalar, IO::ScalarArray, and IO::Lines. In the more-traditional IO::Handle front, we have I...

DSKOLL/IO-stringy-2.111 - 22 Apr 2015 17:28:05 UTC

IO::Callback - Emulate file interface for a code reference River stage one • 5 direct dependents • 7 total dependents

TOBYINK/IO-Callback-2.00 - 29 Aug 2020 13:27:51 UTC

IO::Socket::IP - Family-neutral IP socket supporting both IPv4 and IPv6 River stage four • 46 direct dependents • 6681 total dependents

This module provides a protocol-independent way to use IPv4 and IPv6 sockets, intended as a replacement for IO::Socket::INET. Most constructor arguments and methods are provided in a backward-compatible way. For a list of known differences, see the "...

PEVANS/IO-Socket-IP-0.42 - 25 Jul 2023 15:34:14 UTC

Language::Zcode::Runtime::IO - IO for Perl runtimes created by L::Z translations River stage zero No dependents

This package contains a number of different packages that support the IO features needed for a running Z-machine. This includes windows, input and output streams, cursors, lines, and fonts. See the Z-machine Spec for descriptions of what all these th...

AKARGER/Language-Zcode-0.8 - 15 Sep 2004 04:15:30 UTC

IO::Pager::Perl - Page text a screenful at a time, like more or less River stage two • 6 direct dependents • 35 total dependents

This is a module for paging through text one screenful at a time. It supports the features you expect using the shortcuts you expect. IO::Pager::Perl is an enhanced fork of Term::Pager....

JPIERCE/IO-Pager-2.10 - 05 Nov 2020 00:03:29 UTC

IO::Socket::TIPC - TIPC sockets for Perl River stage zero No dependents

TIPC stands for Transparent Inter-Process Communication. See http://tipc.sf.net/ for details. This perl module subclasses IO::Socket, in order to use TIPC sockets in the customary (and convenient) Perl fashion. TIPC supports 4 types of socket: *SOCK_...

INFINOID/IO-Socket-TIPC-1.09 - 05 May 2019 01:54:12 UTC

IO::Socket::Telnet - transparent telnet negotiation for IO::Socket::INET River stage one • 3 direct dependents • 4 total dependents

Telnet is a simple protocol that sits on top of TCP/IP. It handles the negotiation of various options, both about the connection itself (ECHO) and the setup of both sides of the party (NAWS, TTYPE). This is a wrapper around IO::Socket::INET that both...

SARTAK/IO-Socket-Telnet-0.04 - 19 Aug 2010 21:31:50 UTC

IO::Socket::Netlink - Object interface to PF_NETLINK domain sockets River stage one • 2 direct dependents • 2 total dependents

This module provides an object interface to "PF_NETLINK" sockets on Linux, by building on top of the IO::Socket class. While useful on its own, it is intended itself to serve as a base class, for particular netlink protocols to extend....

PEVANS/Socket-Netlink-0.05 - 17 Nov 2016 22:21:50 UTC

IO::Async::Listener - listen on network sockets for incoming connections River stage three • 115 direct dependents • 145 total dependents

This subclass of IO::Async::Handle adds behaviour which watches a socket in listening mode, to accept incoming connections on them. A Listener can be constructed and given a existing socket in listening mode. Alternatively, the Listener can construct...

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

Bio::Gonzales::Seq::IO - fast utility functions for sequence IO River stage zero No dependents

JWB/Bio-Gonzales-0.083 - 02 Jan 2021 23:10:48 UTC

IO::Socket::Socks::Wrapper - Add SOCKS support for any perl object / package / program River stage zero No dependents

"IO::Socket::Socks::Wrapper" allows to wrap up the network connections into socks proxy. It can wrap up any network connection, connection from separate packages or even connection from separate object. It can also play well with your preferred event...

OLEG/IO-Socket-Socks-Wrapper-0.17 - 16 Feb 2017 16:08:31 UTC
23 results (0.034 seconds)