Help for this page

Select Code to Download


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