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

Search results for "IO::Pipe"

IO::Pipe - supply object methods for pipes River stage five • 5475 direct dependents • 32646 total dependents

"IO::Pipe" provides an interface to creating pipes between processes....

TODDR/IO-1.55 - 30 Dec 2023 20:22:15 UTC - Search in distribution
  • IO - load various IO modules

Chj::IO::Pipe River stage zero No dependents

Inherits from Chj::IO::File....

PFLANZE/FunctionalPerl-0.72.76 - 22 Jan 2023 15:12:41 UTC - Search in distribution

IO::All::Pipe - Pipe Support for IO::All River stage three • 134 direct dependents • 358 total dependents

<<<cpan-foot>>>...

FREW/IO-All-0.87 - 18 Jul 2017 21:06:01 UTC - Search in distribution

IO::Pipe::Producer - Perl extension for IO::Pipe River stage zero No dependents

Producer.pm is a module that provides methods to fork off a subroutine or system call and return handles on the standard output (STDOUT and STDERR). If you have (for example) a subroutine that processes a very large text file and performs a task on e...

ROBLEACH/IO-Pipe-Producer-2.02 - 03 Aug 2022 19:24:19 UTC - Search in distribution

IOMux::Pipe::Read - read from an external command River stage one • 1 direct dependent • 1 total dependent

In an event driven program, reading is harder to use than writing: the read will very probably be stalled until data has arrived, so you will need a callback to handle the resulting data. Extends "DESCRIPTION" in IOMux::Handler::Read....

MARKOV/IOMux-1.01 - 15 Jan 2020 13:19:21 UTC - Search in distribution

PerlIO::via::Pipe - PerlIO layer to filter input through a Text::Pipe River stage zero No dependents

This package implements a PerlIO layer for reading files only. It exports, on request, a function "set_io_pipe" that you can use to set a Text::Pipe pipe. If you then use the "Pipe" layer as shown in the synopsis, the input gets filtered through the ...

MARCEL/PerlIO-via-Pipe-1.100860 - 27 Mar 2010 12:34:20 UTC - Search in distribution

IO::MultiPipe - Allows for error checking on a command involving multiple pipes. River stage zero No dependents

VVELOX/IO-MultiPipe-0.0.0 - 17 Nov 2008 18:08:50 UTC - Search in distribution

Gtk/io.pm River stage one • 1 direct dependent • 2 total dependents

MLEHMANN/Gtk-Perl-0.7010 - 15 Dec 2012 19:43:06 UTC - Search in distribution

App::PipeFilter::Role::Opener::GenericIO - generic methods to open input and output files River stage zero No dependents

App::PipeFilter::Role::Opener::GenericIO provides generic open_input() and open_output() methods for App::PipeFilter::Generic and other pipeline filter implementations. It comprises App::PipeFilter::Role::Opener::GenericInput and App::PipeFilter::Rol...

RCAPUTO/App-PipeFilter-0.005 - 29 Apr 2012 22:07:33 UTC - Search in distribution

Win32::Pipe - Win32 Named Pipe River stage one • 1 direct dependent • 3 total dependents

General Use This extension gives Win32 Perl the ability to use Named Pipes. Why? Well considering that Win32 Perl does not (yet) have the ability to "fork" I could not see what good the "pipe(X,Y)" was. Besides, where I am as an admin I must have sev...

JDB/Win32-Pipe-0.026 - 30 Oct 2020 05:39:43 UTC - Search in distribution

IO::Mux - Multiplex several virtual streams over a real pipe/socket River stage zero No dependents

"IO::Mux" allows you to multiplex several virtual streams over a single pipe or socket. This is achieved by creating an "IO::Mux" object on each end of the real stream and then creating virtual handles ("IO::Mux::Handle" objects) from these "IO::Mux"...

PATL/IO-Mux-0.08 - 21 Jan 2006 17:54:48 UTC - Search in distribution

IO::Page - Pipe STDOUT to a pager if STDOUT is a TTY River stage two • 3 direct dependents • 26 total dependents

IO::Page is designed to programmaticly decide whether or not to point the STDOUT file handle into a pipe to program specified in $ENV{PAGER} or one of a standard list of pagers....

RMITZ/io-page-0.02 - 13 Dec 2000 17:32:40 UTC - Search in distribution

IO::Pipely - Portably create pipe() or pipe-like handles, one way or another. River stage three • 5 direct dependents • 545 total dependents

Pipes are troublesome beasts because there are a few different, incompatible ways to create them. Not all platforms support all ways, and some platforms may have hidden difficulties like incomplete or buggy support. IO::Pipely provides a couple funct...

RCAPUTO/IO-Pipely-0.006 - 14 Dec 2021 01:57:26 UTC - Search in distribution

IO::Pager - Select a pager (possibly perl-based) & pipe it text if a TTY River stage two • 6 direct dependents • 35 total dependents

IO::Pager can be used to locate an available pager and set the *PAGER* environment variable (see "NOTES"). It is also a factory for creating I/O objects such as IO::Pager::Buffered and IO::Pager::Unbuffered. IO::Pager subclasses are designed to progr...

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

OptArgs2::Pager - pipe output to a system (text) pager River stage one • 4 direct dependents • 4 total dependents

OptArgs2::Pager opens a connection to a system pager and makes it the default filehandle so that by default any print statements are sent there. When the pager object goes out of scope the previous default filehandle is selected again....

MLAWREN/OptArgs2-2.0.0 - 05 Oct 2022 09:37:09 UTC - Search in distribution

IO::Pipeline - map and grep for filehandles, unix pipe style River stage zero No dependents

IO::Pipeline was born of the idea that I really like writing map/grep type expressions in perl, but writing: map { ... } <$fh>; does a slurp of the filehandle, and when processing big log files I tend to Not Want That To Happen. Plus, map restricts u...

MSTROUT/IO-Pipeline-0.009002 - 04 Apr 2010 21:01:15 UTC - Search in distribution

POE::Pipe - Deprecated and replaced with delegates to IO::Pipely. River stage three • 401 direct dependents • 538 total dependents

On June 29, 2012, POE::Pipe and its subclasses, POE::Pipe::OneWay and POE::Pipe::TwoWay were released to CPAN as IO::Pipely. The POE::Pipe family of modules remained unchanged in POE's distribution. On August 18, 2013, POE::Pipe and its subclasses we...

BINGOS/POE-1.370 - 23 Mar 2022 12:47:09 UTC - Search in distribution

IO::Zlib - IO:: style interface to Compress::Zlib River stage four • 82 direct dependents • 2262 total dependents

"IO::Zlib" provides an IO:: style interface to Compress::Zlib and hence to gzip/zlib compressed files. It provides many of the same methods as the IO::Handle interface. Starting from IO::Zlib version 1.02, IO::Zlib can also use an external gzip comma...

TOMHUGHES/IO-Zlib-1.15 - 29 Feb 2024 20:44:10 UTC - Search in distribution

IO::Events - Non-blocking IO using events River stage zero No dependents

The module implements object-oriented approach to select-driven events and contains set of convenience objects for inter-process communication. The main part of the module is the 'loop' instance of "IO::Events::Loop" class, which knows about all IO h...

KARASIK/IO-Events-0.6 - 29 Mar 2007 12:46:36 UTC - Search in distribution

SPVM::Sys - System Calls for File IO, Sockets, Time, Process, Signals, Users River stage one • 6 direct dependents • 6 total dependents

The Sys class in SPVM has methods to call system calls for file IO, sockets, user manipulation, process manipulation, and time....

KIMOTO/SPVM-Sys-0.514001 - 27 Mar 2024 02:45:54 UTC - Search in distribution
222 results (0.123 seconds)