NOTE: use Perl; is on undef hiatus. You can read content, but you can't post it. More info will be forthcoming forthcomingly.
All the Perl that's Practical to Extract and Report
Stories, comments, journals, and other submissions on use Perl; are Copyright 1998-2006, their respective owners.
Works for me (Score:1)
--
xoa
Re:Works for me (Score:1)
What you've constructed is:
So it won't be pruning any CVS directories, as
file && directorywon't fire. The matching path isfile && name( '*.html' ) && anything. This does give me an idea though, 0.02 will probably let you query which rules fired for a particular file, if there's a way to do it without impacting on performance too much.What I imagine you want is:
Or, since CVS directories don't typically have anything that's called *.html in them
would probably just do.
Reply to This
Parent