Operating System - HP-UX
1827773 Members
2594 Online
109969 Solutions
New Discussion

Perl Module similar to the unix grep

 
SOLVED
Go to solution
Belinda Dermody
Super Advisor

Perl Module similar to the unix grep

Is there a perl module that is similar to grep. I am searching through 45 log files which average 800mb in size for a address string. Grep seems to work I just wonder if there is a perl module that would be faster.
1 REPLY 1
A. Clay Stephenson
Acclaimed Contributor
Solution

Re: Perl Module similar to the unix grep

At one level your question makes little sense. One of Perl's main reasons for being is its extraordinary regular expression matching capabilities. You really don't need any kind of module just the native pattern matching is more than sufficient.
If it ain't broke, I can fix that.