Help for this page
use strict; use warnings; ... for my $fn (@filenames) { print "Matched $fn\n" if $fn =~ /$MATCH_THIS/i; }
Matched file1:aa Matched file4:AA