----- Original Message ----- From: "Ñåðãåé ×åðíèåíêî" <[EMAIL PROTECTED]>
> But path separator (slash or backclash) as first symbol > of path in require produces an error on win98 and perl5.8.6 b811 of > mine: > Can't locate \includes\28ESP.pl in @INC (@INC contains: C:/Perl/lib > C:/Perl/site/lib .) > I won't believe that until it's proven to me :-) First up, which drive contains \includes\28ESP.pl ? Run this script: use warnings; use Cwd; print getcwd(), "\n"; require '\\includes\\28ESP.pl'; __END__ If that prints a cwd that begins with the same drive letter that houses \includes\28ESP.pl && it also produces the error you're claiming it does .... then (and only then) will I believe you .... and thank the gods that I don't have to use Windows 98. Cheers, Rob _______________________________________________ Perl-Win32-Users mailing list Perl-Win32-Users@listserv.ActiveState.com To unsubscribe: http://listserv.ActiveState.com/mailman/mysubs