'*.*' does continue and returns files as expected
'*.*' is being expanded to a regular expression by File::Find::Rule (more specifically, by glob_to_regex from Text::Glob): m{(?^:^(?=[^\.])(?:(?!\/).)*\.(?:(?!\/).)*$)}
Do you have any ideas as to why I can't get qr// to work inside name()?
->name( qr/LOG|cache|AVCHD/ ) works for me the same as my array suggestion above - like I said it won't work if you keep the slashes in.
In reply to Re^3: Formatting Regex for File::Find::Rule
by haukex
in thread Formatting Regex for File::Find::Rule
by springgem
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |