in reply to Re^3: Alternative to using system grep
in thread Alternative to using system grep

I like it because its uses syntax that is mapped directly from the Unix find command (which is already familiar to many). It is also compatible with File::Find::Rule (see this node).

UPDATE: added node link.