There is also the quite useful module File::Find::Rule, which makes grepping files easy:
use strict; use File::Find::Rule; my @files = File::Find::Rule ->file() ->grep(qr!<value>IsFrequentlyUsed</value>!) ->in('.');
In reply to Re: Alternative to using system grep
by Corion
in thread Alternative to using system grep
by Ananda
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |