debian man page for poe::filter::ident

Query: poe::filter::ident

OS: debian

Section: 3pm

Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar

POE::Filter::Ident(3pm) 				User Contributed Perl Documentation				   POE::Filter::Ident(3pm)

NAME
POE::Filter::Ident -- A POE-based parser for the Ident protocol.
SYNOPSIS
my $filter = POE::Filter::Ident->new(); my @events = @{$filter->get( [ @lines ] )};
DESCRIPTION
POE::Filter::Ident takes lines of raw Ident input and turns them into weird little data structures, suitable for feeding to POE::Compo- nent::Client::Ident::Agent. They look like this: { name => 'event name', args => [ some info about the event ] }
CONSTRUCTOR
new Creates a new POE::Filter::Ident object. Takes no arguments.
METHODS
get Takes an array reference full of lines of raw Ident text. Returns an array reference of processed, pasteurized events. put There is no "put" method. That would be kinda silly for this filter, don't you think? debug Pass true/false value to enable/disable debugging information.
AUTHOR
Dennis "fimmtiu" Taylor, <dennis@funkplanet.com>. Hacked for Ident by Chris "BinGOs" Williams <chris@Bingosnet.co.uk> Code for parsing the the Ident messages from Net::Ident by Jan-Pieter Cornet.
SEE ALSO
Net::Ident perl v5.8.8 2007-10-31 POE::Filter::Ident(3pm)
Related Man Pages
poe::component::client::ident::agent(3pm) - debian
poe::filter::http::parser(3pm) - debian
poe::filter::httpchunk(3pm) - debian
poe::filter::ircd(3pm) - debian
poe::filter::line(3pm) - debian
Similar Topics in the Unix Linux Community
How can I do this in VI editor?
Is UNIX an open source OS ?
Detecting unused variables...
Weird 'find' results
How to copy a column of multiple files and paste into new excel file (next to column)?