in reply to Using regex in file glob ?

File-globs don't do regexes but wildcards like shell does.

And I'm sure it's documented in glob

If you want to apply regexes you need to work with opendir and check file by file, like inside a grep

File::Find is also quite popular here.

Cheers Rolf
(addicted to the Perl Programming Language :)
Wikisyntax for the Monastery

Replies are listed 'Best First'.
A reply falls below the community's threshold of quality. You may see it by logging in.