Subject: | Questions about stats |
Date: | Thu, 29 Nov 2007 00:31:57 +0100 |
To: | bug-regexp-assemble [...] rt.cpan.org |
From: | "Thomas Burg" <thomas.burg [...] gmail.com> |
Hello,
Sorry, it's not a bug. Just a question. I didn't find another way to
contact authors ...
i follow the presentation of Aaron Crane at the last perl workshop in
France. He present your module Regexp::Assemble in order to increase
performance on log scanner based on several regexp.
Fine, i was facing this issue ;-)
My usage is to analyse a log in order to dertermine the result of the
test (PASS/FAIL). My test generate sometime 1Gbyte of log, i have a
list of regex with capture part to produce a summup log file.
This tiny-log should report when some pattern are present. And it
should also report when some pattern are missing : " a specific
message is missing".
As i didn't find in the manuel this kind of feature : collect stats on
pattern matched in oder to say "this pattern never appear", i ask you
: is there a way to do this inside the module in version 0.32 ?
(i am using perl 5.8 )
Regards
Thomas