|
|
| go ahead... be a heretic | |
| PerlMonks |
Re: Pattern matching across two files, Need something better than grep -f!by olus (Curate) |
| on Apr 11, 2012 at 15:16 UTC ( #964563=note: print w/ replies, xml ) | Need Help?? |
|
Depending on the size of the files, there may be some gain or loss in time by sorting both files and then iterate through the source patterns and work on successive manageable chunks from the data file. This will bring extra complexity to the script, but the issue is speed.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||