my $found = 0; for my $dir (@INC) { if (-e "$dir/auto/DBD/Oracle/Oracle.dll") { $found = 1; last; } } if ($found) { ...