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

I still don't understand why that interface is supposed to be any better than File::Find::Rule's.

Makeshifts last the longest.

Replies are listed 'Best First'.
Re^4: Alternative to using system grep
by synistar (Pilgrim) on Aug 19, 2004 at 13:26 UTC

    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.