foreach my $file2 (@file2only) { unless ( ( $file2 =~ "tmp" ) or ( $file2 =~ "temp" ) or ( $file2 =~ "recycler" ) or ( $file2 =~ "history" ) ) { print OUT $file2; } }