| Mail-QmailSend-MultilogParser documentation | view source | Contained in the Mail-QmailSend-MultilogParser distribution. |
Mail::QmailSend::MultilogParser - Parse qmail-send multilog files
use Mail::QmailSend::MultilogParser;
use YAML;
my $parser = Mail::QmailSend::MultilogParser->new(callback => sub { print YAML::Dump(@_) });
$parser->parse(\*STDIN);
This module parses qmail-send logs in multilog formats.
Masahito Yoshida <masahito@cpan.org>
Copyright (C) 2006 by Masahito Yoshida
This library is free software; you can redistribute it and/or modify it under the same terms as Perl itself, either Perl version 5.8.8 or, at your option, any later version of Perl 5 you may have available.
| Mail-QmailSend-MultilogParser documentation | view source | Contained in the Mail-QmailSend-MultilogParser distribution. |