in reply to Re: grep(1) like functionality in Perl
in thread Grep n awk

I had made a grave error when I declared ...

... # This is "grep -f" like. ...

... for there was nothing of that sort. I should have just written fgrep instead of futzing with option name to indicate grep to run in fixed string search mode. To repent, comment should have been ...

... # This partially tested program has limited # fgrep-like behaviour. ...