foreach (@INC) { s!\\!/!g; # apachify path Win32 my $dir = "$_/auto/$modpname"; # here is the \ / problem next unless -d $dir; # skip over uninteresting directories # check for common cases to avoid autoload of dl_findfile my $try = "$dir/$modfname.dll";