POE::Filter::Ident(3pm) | User Contributed Perl Documentation | POE::Filter::Ident(3pm) |
POE::Filter::Ident -- A POE-based parser for the Ident protocol.
my $filter = POE::Filter::Ident->new(); my @events = @{$filter->get( [ @lines ] )};
POE::Filter::Ident takes lines of raw Ident input and turns them into weird little data structures, suitable for feeding to POE::Component::Client::Ident::Agent. They look like this:
{ name => 'event name', args => [ some info about the event ] }
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.
Copyright © Chris Williams, Dennis Taylor and Jan-Pieter Cornet.
This module may be used, modified, and distributed under the same terms as Perl itself. Please see the license that came with your Perl distribution for details.
Net::Ident
2022-12-04 | perl v5.36.0 |