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

Search results for "module:POE::Filter"

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

POE::Filter::Ls - translates common ls formats into a hashref River stage one • 1 direct dependent • 1 total dependent

MCHING/POE-Filter-Ls-0.01 - 15 Jul 2002 11:58:26 UTC

POE::Filter::Map - transform input and/or output within a filter stack River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Map transforms data inside the filter stack. It may be used to transform input, output, or both depending on how it is constructed. This filter is named and modeled after Perl's built-in map() function. POE::Filter::Map is designed to be...

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

POE::Filter::CSV - A POE-based parser for CSV based files. River stage one • 1 direct dependent • 1 total dependent

POE::Filter::CSV provides a convenient way to parse CSV files. It is a wrapper for the module Text::CSV. A more comprehensive demonstration of the use to which this module can be put to is in the examples/ directory of this distribution....

BINGOS/POE-Filter-CSV-1.18 - 24 Feb 2017 16:00:17 UTC

POE::Filter::LZW - A POE filter wrapped around Compress::LZW River stage one • 2 direct dependents • 2 total dependents

POE::Filter::LZW provides a POE filter for performing compression/decompression using Compress::LZW. It is suitable for use with POE::Filter::Stackable....

BINGOS/POE-Filter-LZW-1.74 - 24 Feb 2017 15:36:57 UTC

POE::Filter::IRC - A POE-based parser for the IRC protocol River stage three • 54 direct dependents • 109 total dependents

POE::Filter::IRC takes lines of raw IRC input and turns them into weird little data structures, suitable for feeding to POE::Component::IRC. They look like this: { name => 'event name', args => [ some info about the event ] } This module was long dep...

BINGOS/POE-Component-IRC-6.93 - 15 Jun 2021 18:29:10 UTC

POE::Filter::LZO - A POE filter wrapped around Compress::LZO River stage one • 2 direct dependents • 2 total dependents

POE::Filter::LZO provides a POE filter for performing compression/decompression using Compress::LZO. It is suitable for use with POE::Filter::Stackable....

BINGOS/POE-Filter-LZO-1.72 - 20 Feb 2017 15:57:46 UTC

POE::Filter::LZF - A POE filter wrapped around Compress::LZF River stage one • 2 direct dependents • 2 total dependents

POE::Filter::LZF provides a POE filter for performing compression/decompression using Compress::LZF. It is suitable for use with POE::Filter::Stackable....

BINGOS/POE-Filter-LZF-1.72 - 20 Feb 2017 15:53:20 UTC

POE::Filter::XML - XML parsing for the POE framework River stage one • 3 direct dependents • 4 total dependents

POE::Filter::XML provides POE with a completely encapsulated XML parsing strategy for POE::Wheels that will be dealing with XML streams. The parser is XML::LibXML...

NPEREZ/POE-Filter-XML-1.140700 - 11 Mar 2014 22:00:01 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

POE::Filter::JSON - A POE filter using JSON River stage one • 5 direct dependents • 6 total dependents

POE::Filter::JSON provides a POE filter for performing object conversion using JSON. It is suitable for use with POE::Filter::Stackable. Preferably with POE::Filter::Line....

XANTUS/POE-Filter-JSON-0.04 - 25 Apr 2007 00:29:05 UTC

POE::Filter::SMTP - SMTP Protocol Filter River stage one • 2 direct dependents • 2 total dependents

POE::Fitler::SMTP fitlers input and output and splits command and arguments, as well as return codes and return strings. It is a sub class of POE::Filter::Line....

CWEST/POE-Component-SMTP-1.6 - 30 Jun 2004 14:23:50 UTC

POE::Filter::Line - serialize and parse terminated records (lines) River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Line parses stream data into terminated records. The default parser interprets newlines as the record terminator, and the default serializer appends network newlines (CR/LF, or "\x0D\x0A") to outbound records. Record terminators are remo...

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

POE::Filter::IRCD - A POE-based parser for the IRC protocol River stage three • 4 direct dependents • 110 total dependents

POE::Filter::IRCD provides a convenient way of parsing and creating IRC protocol lines. It provides the parsing engine for POE::Component::Server::IRC and POE::Component::IRC. A standalone version exists as Parse::IRC....

BINGOS/POE-Filter-IRCD-2.44 - 10 Jun 2013 13:31:41 UTC

POE::Filter::Zlib - A POE filter wrapped around Compress::Zlib River stage one • 3 direct dependents • 3 total dependents

POE::Filter::Zlib provides a POE filter for performing compression/uncompression using Compress::Zlib. It is suitable for use with POE::Filter::Stackable. This filter is not ideal for streaming compressed data over sockets etc. as it employs compress...

BINGOS/POE-Filter-Zlib-2.04 - 26 Feb 2017 14:30:51 UTC

POE::Filter::Grep - select or remove items based on simple rules River stage three • 401 direct dependents • 538 total dependents

POE::Filter::Grep selects or removes items based on simple tests. It may be used to filter input, output, or both. This filter is named and modeled after Perl's built-in grep() function. POE::Filter::Grep is designed to be combined with other filters...

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

POE::Filter::HTTPD - parse simple HTTP requests, and serialize HTTP::Response River stage three • 401 direct dependents • 538 total dependents

POE::Filter::HTTPD interprets input streams as HTTP 0.9, 1.0 or 1.1 requests. It returns a HTTP::Request objects upon successfully parsing a request. On failure, it returns an HTTP::Response object describing the failure. The intention is that applic...

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

POE::Filter::Snort - a POE stream filter that parses Snort logs into hashes River stage one • 1 direct dependent • 1 total dependent

POE::Filter::Snort parses streams containing Snort alerts. Each alert is returned as a hash containing the following fields: comment, class, priority, src_ip, dst_ip, src_port, dst_port, xref, raw. Most fields are optional. For example, some snort al...

RCAPUTO/POE-Filter-Snort-0.031 - 09 Mar 2010 06:58:50 UTC

POE::Filter::Bzip2 - A POE filter wrapped around Compress::Bzip2 River stage one • 2 direct dependents • 2 total dependents

POE::Filter::Bzip2 provides a POE filter for performing compression/decompression using Compress::Bzip2. It is suitable for use with POE::Filter::Stackable....

BINGOS/POE-Filter-Bzip2-1.60 - 20 Feb 2017 15:22:18 UTC

POE::Filter::IRCv3 - Fast IRCv3.2 parser for POE or stand-alone use River stage one • 3 direct dependents • 3 total dependents

A POE::Filter for IRC traffic with support for IRCv3.2 message tags. Does not rely on regular expressions for parsing. Benchmarks show this approach is generally faster on the most common IRC strings. Like any proper POE::Filter, there are no POE-spe...

AVENJ/POE-Filter-IRCv3-1.002002 - 17 Jun 2015 23:41:56 UTC
160 results (0.106 seconds)