http://www.perlmonks.org?node_id=803335


in reply to REGEX or Not to REGEX for many items

It sounds like performance is a big concern. if you expect to be processing tons of log files int he future then you may want to avoid reinvienting the wheel and instead go with something like Splunk. It uses the Perl Compatible Regular Expression (PCRE) library so creating your search queries shouldn't be too hard (and you can even do soem uick testing in Perl 5.10). It also has tool to help build quesries and you can create views, etc.

Elda Taluta; Sarks Sark; Ark Arks

  • Comment on Re: REGEX or Not to REGEX for many items