in reply to Printing files that has two different extensions in a given directory
in thread Printing all the files that have both ".rtf" and ".ftp" by searching recursively in a given directory
What is the following code supposed to do?
qr/\.(rtf&ftp)$/
Where in perlre is that way of working documented?
Personally, I wouldn't try to cram the whole logic into File::Find::Rule. I would partition the work as follows:
|
|---|