use warnings; use strict; use File::Slurp; my @files = map { "$dir/$_" } grep { -f "$dir/$_" and /^files.*\.txt$/ + } read_dir($dir);
In reply to Re: Removing glob
by toolic
in thread Removing glob
by perl_mystery
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |