Just change or add to your regex:
use File::Find; find(sub { print "$File::Find::name\n" if /^start/; }, "test");
In reply to Re: using File::Find to search for a particular file
by wind
in thread using File::Find to search for a particular file
by Anonymous Monk
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |