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

Search results for "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 - Search in distribution
  • IO::WrapTie - wrap tieable objects in IO::Handle interface
  • IO::Stringy - I/O on in-core objects like strings and arrays

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 - Search in distribution
  • IO::WrapTie - wrap tieable objects in IO::Handle interface
  • IO::Stringy - I/O on in-core objects like strings and arrays

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

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

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

Plack::Middleware::Scrutiny::IOWrap - Wrap IO Handles River stage zero No dependents

The child needs to be sent the environment, but $env has some IO handle-like thingts that aren't so easy to serialize. [editors note: WHY do we have to send it back and forth? Can we just fork with it?]. So the parent replaces those with an instance ...

AWWAIID/Plack-Middleware-Scrutiny-0.02 - 22 Dec 2011 04:14:43 UTC - Search in distribution

AE - simpler/faster/newer/cooler AnyEvent API River stage three • 409 direct dependents • 668 total dependents

This module documents the new simpler AnyEvent API. The rationale for the new API is that experience with EV shows that this API actually "works", despite its lack of extensibility, leading to a shorter, easier and faster API. The main differences fr...

MLEHMANN/AnyEvent-7.17 - 18 Sep 2019 01:11:59 UTC - Search in distribution

Apache::ASP - Active Server Pages for Apache with mod_perl River stage one • 2 direct dependents • 2 total dependents

Apache::ASP provides an Active Server Pages port to the Apache Web Server with Perl scripting only, and enables developing of dynamic web applications with session management and embedded Perl code. There are also many powerful extensions, including ...

CHAMAS/Apache-ASP-2.63 - 15 Mar 2018 05:28:37 UTC - Search in distribution

libev - a high performance full-featured event loop written in C River stage two • 70 direct dependents • 86 total dependents

MLEHMANN/EV-4.34 - 08 Oct 2023 21:47:52 UTC - Search in distribution

perlfunc - Perl builtin functions River stage five • 11292 direct dependents • 32664 total dependents

The functions in this section can serve as terms in an expression. They fall into two major categories: list operators and named unary operators. These differ in their precedence relationship with a following comma. (See the precedence table in perlo...

PEVANS/perl-5.38.2 - 29 Nov 2023 16:10:36 UTC - Search in distribution

RMI - Remote Method Invocation with transparent proxies River stage zero No dependents

RMI stands for Remote Method Invocation. The RMI modules allow one process to have virtual object "stubs" which are proxies for real objects in another process. When methods are invoked on the proxy, the method actually runs in the other process. Whe...

SAKOHT/RMI-0.10 - 19 Oct 2010 05:49:23 UTC - Search in distribution

Sys::Virt - Represent and manage a libvirt hypervisor connection River stage zero No dependents

The Sys::Virt module provides a Perl XS binding to the libvirt virtual machine management APIs. This allows machines running within arbitrary virtualization containers to be managed with a consistent API....

DANBERR/Sys-Virt-v10.2.0 - 08 Apr 2024 15:26:10 UTC - Search in distribution

Text::CSV - comma-separated values manipulator (using XS or PurePerl) River stage three • 151 direct dependents • 329 total dependents

Text::CSV is a thin wrapper for Text::CSV_XS-compatible modules now. All the backend modules provide facilities for the composition and decomposition of comma-separated values. Text::CSV uses Text::CSV_XS by default, and when Text::CSV_XS is not avai...

ISHIGAKI/Text-CSV-2.04 - 02 Dec 2023 12:18:10 UTC - Search in distribution

Data::CTable - Read, write, manipulate tabular data River stage zero No dependents

CHTHORMAN/Data-CTable-1.01 - 17 Sep 2002 15:11:05 UTC - Search in distribution

PDL::PP - Generate PDL routines from concise descriptions River stage three • 93 direct dependents • 101 total dependents

Now that you have some idea how to use "pp_def" to define new PDL functions it is time to explain the general syntax of "pp_def". "pp_def" takes as arguments first the name of the function you are defining and then a hash list that can contain variou...

ETJ/PDL-2.088 - 21 Apr 2024 23:58:19 UTC - Search in distribution

X11::Xlib - Low-level access to the X11 library River stage one • 3 direct dependents • 7 total dependents

This module provides low-level access to Xlib functions. This includes access to some X11 extensions like the X11 test library (Xtst). If you import the Xlib functions directly, or call them as methods on an instance of X11::Xlib, you get a near-C ex...

NERDVANA/X11-Xlib-0.25 - 21 Aug 2023 08:07:38 UTC - Search in distribution

XML::Twig - A perl module for processing huge XML documents in tree mode. River stage three • 82 direct dependents • 243 total dependents

This module provides a way to process XML documents. It is build on top of "XML::Parser". The module offers a tree interface to the document, while allowing you to output the parts of it that have been completely processed. It allows minimal resource...

MIROD/XML-Twig-3.52 - 23 Nov 2016 17:21:16 UTC - Search in distribution

SOAP::Lite - Perl's Web Services Toolkit River stage three • 110 direct dependents • 144 total dependents

SOAP::Lite is a collection of Perl modules which provides a simple and lightweight interface to the Simple Object Access Protocol (SOAP) both on client and server side....

PHRED/SOAP-Lite-1.27 - 14 May 2018 20:36:08 UTC - Search in distribution

perl5i - Fix as much of Perl 5 as possible in one pragma River stage one • 2 direct dependents • 2 total dependents

Perl 5 has a lot of warts. There's a lot of individual modules and techniques out there to fix those warts. perl5i aims to pull the best of them together into one module so you can turn them on all at once. This includes adding features, changing exi...

MSCHWERN/perl5i-v2.13.2 - 07 Jun 2016 00:36:03 UTC - Search in distribution

Future - represent an operation awaiting completion River stage three • 122 direct dependents • 298 total dependents

A "Future" object represents an operation that is currently in progress, or has recently completed. It can be used in a variety of ways to manage the flow of control, and data, through an asynchronous program. Some futures represent a single operatio...

PEVANS/Future-0.50 - 17 Mar 2023 17:09:37 UTC - Search in distribution
164 results (0.133 seconds)