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

Search results for "module:Filter::Handle"

lib/WWW/Shopify/Liquid/Dialect/Shopify/Filter/Handle.pm River stage one • 1 direct dependent • 1 total dependent

ADAMDH/WWW-Shopify-Liquid-0.08 - 05 Oct 2018 20:12:48 UTC

Tie::Handle::Filter - [DEPRECATED] filters filehandle output through a coderef River stage one • 1 direct dependent • 2 total dependents

DEPRECATION NOTICE: This module distribution is deprecated in favor of Text::OutputFilter, which is more robust while being functionally identical, or PerlIO::via::dynamic, which uses a different mechanism that may offer better performance. This is a...

MJGARDNER/Tie-Handle-Filter-0.011 - 12 Oct 2016 15:32:21 UTC

Test::Chunks - A Data Driven Testing Framework River stage zero No dependents

There are many testing situations where you have a set of inputs and a set of expected outputs and you want to make sure your process turns each input chunk into the corresponding output chunk. Test::Chunks allows you do this with a minimal amount of...

INGY/Test-Chunks-0.39 - 12 Jun 2005 09:57:22 UTC

Courier::Filter::Logger::IOHandle - I/O handle logger for the Courier::Filter framework River stage zero No dependents

This class is an I/O handle logger class for use with Courier::Filter and its filter modules....

JMEHNLE/Courier-Filter-v0.200 - 23 Mar 2008 02:40:27 UTC

Tie::Handle::Filter::Output::Timestamp - prepend filehandle output with a timestamp River stage one • 1 direct dependent • 2 total dependents

This class may be used with Perl's tie function to prepend all output with a timestamp, optionally formatted according to the POSIX "strftime" function. Only the beginning of strings given to "print", "printf", "syswrite", and "say" (in Perl > v5.10)...

MJGARDNER/Tie-Handle-Filter-0.011 - 12 Oct 2016 15:32:21 UTC

IPC::LDT - implements a length based IPC protocol River stage zero No dependents

Interprocess communication often uses line (or record) oriented protocols. FTP, for example, usually is such a protocol: a client sends a command (e.g. "LS") which is completed by a carriage return. This carriage return is included in the command whi...

JSTENZEL/IPC-LDT-2.03 - 29 Feb 2000 19:45:34 UTC

Filter::SQL - embedded SQL for perl River stage zero No dependents

KAZUHO/Filter-SQL-0.10 - 04 Nov 2008 02:12:20 UTC

Tie::Filter - Tie a facade around a scalar, array, or hash River stage zero No dependents

This module ties a facade around a scalar, array, or hash. The facade then filters data as it is being fetched from or stored to the internal object. For scalars, it provides an API for filtering values stored to and fetched from an internal scalar. ...

HANENKAMP/Tie-Filter-1.02 - 19 Dec 2003 05:02:01 UTC

POE::Filter - protocol abstractions for POE::Wheel and standalone use River stage three • 401 direct dependents • 538 total dependents

POE::Filter objects plug into the wheels and define how the data will be serialized for writing and parsed after reading. POE::Wheel objects are responsible for moving data, and POE::Filter objects define how the data should look. POE::Filter objects...

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

Filter::CBC - Source filter for Cipher Block Chaining River stage zero No dependents

Filter::CBC is a Source filter that uses Cipher Block Chaining (CBC) to encrypt your code. The tricky part is that most CBC Algorithms have binary output. The textmode bypasses this obstacle, by converting the data to less scary data....

BEATNIK/Filter-CBC-0.10 - 18 Sep 2007 15:45:38 UTC

Term::Filter - Run an interactive terminal session, filtering the input and output River stage one • 2 direct dependents • 2 total dependents

This module is a Moose role which implements running a program in a pty while being able to filter the data that goes into and out of it. This can be used to alter the inputs and outputs of a terminal based program (as in the "SYNOPSIS"), or to inter...

DOY/Term-Filter-0.03 - 08 Mar 2012 03:27:12 UTC

Text::Filter - base class for objects that can read and write text lines River stage one • 2 direct dependents • 3 total dependents

The main purpose of the "Text::Filter" class is to abstract out the details out how input and output must be done. Although in most cases input will come from a file, and output will be written to a file, advanced modules require more detailed contro...

JV/Text-Filter-1.10 - 17 Jan 2013 12:46:57 UTC

Fsdb::Filter - base class for Fsdb filters River stage zero No dependents

Fsdb::Filter is the virtual base class for Fsdb filters. Users will typically invoke individual programs via the command line (for example, see dbcol(1)) or string together several in a Perl program as described in dbpipeline(3). For new Filter devel...

JOHNH/Fsdb-3.4 - 06 Jan 2024 06:43:43 UTC

List::Filter - named, persistent, shared lists of patterns River stage one • 1 direct dependent • 1 total dependent

The List::Filter system is a generalized, extensible way of filtering a list of items by apply a stack of perl regular expressions, with a persistant storage mechanism to allow the sharing of filters between different applications. A List::Filter fil...

DOOM/List-Filter-0.04 - 29 Jun 2007 00:29:20 UTC

SWISH::Filter - filter documents for indexing with Swish-e River stage two • 4 direct dependents • 19 total dependents

SWISH::Filter provides a unified way to convert documents into a type that Swish-e can index. Individual filters are installed as separate subclasses (modules). For example, there might be a filter that converts from PDF format to HTML format. SWISH:...

KARMAN/SWISH-Filter-0.191 - 12 Jun 2015 15:21:23 UTC

Filter::gunzip - gunzip Perl source code for execution River stage zero No dependents

This filter uncompresses gzipped Perl source code at run-time. It can be used from the command-line to run a .pl.gz file, perl -MFilter::gunzip foo.pl.gz Or in a self-uncompressing executable beginning with a "use Filter::gunzip" then gzip bytes imme...

KRYDE/Filter-gunzip-8 - 11 Nov 2019 00:38:45 UTC

Apache::Filter - Alter the output of previous handlers River stage zero No dependents

In basic operation, each of the handlers Filter1, Filter2, and Filter3 will make a call to $r->filter_input(), which will return a filehandle. For Filter1, the filehandle points to the requested file. For Filter2, the filehandle contains whatever Fil...

KWILLIAMS/Apache-Filter-1.024 - 25 Sep 2005 03:04:17 UTC

Text::PDF::Filter - Abstract superclass for PDF stream filters River stage two • 4 direct dependents • 28 total dependents

A Filter object contains state information for the process of outputting and inputting data through the filter. The precise state information stored is up to the particular filter and may range from nothing to whole objects created and destroyed. Eac...

BHALLISSY/Text-PDF-0.31 - 25 Aug 2016 00:21:44 UTC

POE::Filter::SSL - The easiest and flexiblest way to SSL in POE! River stage one • 2 direct dependents • 2 total dependents

This module allows one to secure connections of *POE::Wheel::ReadWrite* with OpenSSL by a *POE::Filter* object, and behaves (beside of SSLing) as *POE::Filter::Stream*. *POE::Filter::SSL* can be added, switched and removed during runtime, for example...

PRIVI/POE-Filter-SSL-0.41 - 15 Feb 2018 15:35:38 UTC

SVK::Log::Filter - base class for all log filters River stage one • 7 direct dependents • 8 total dependents

SVK::Log::Filter is a class for displaying or otherwise processing revision properties. The SVK "log" command uses filter classes to handle the details of processing the revision properties. The bulk of this document explains how to write those filte...

CLKAO/SVK-v2.2.3 - 23 Mar 2010 15:19:59 UTC
118 results (0.046 seconds)