use File::Find::Rule; use strict; use warnings; my $rule = File::Find::Rule->file->grep(qr/perl/)->start('.'); while (my $file = $rule->match) { print $file, "\n"; }
In reply to Re: How to search directory
by imp
in thread How to search directory
by arunmep
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |