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


in reply to Efficient Way to Parse a Large Log File with a Large Regex

I don't know how efficient they are but the log-file parsing techniques in chapter 6 of Higher Order Perl are definitely worth a look. At the very least they're guaranteed to blow your mind.

-sam