in reply to Re: Add current working directory to @INC?
in thread Add current working directory to @INC?

I have winXP, ActiveState and a dot.
for (@INC){ print "$_\n" }
outputs:
C:/Perl/lib C:/Perl/site/lib .
In a cgi script with taint on the dot gets stripped. Is that what you are doing?

Replies are listed 'Best First'.
Re^3: Add current working directory to @INC?
by Forsaken (Friar) on Jul 18, 2004 at 16:36 UTC
    same setup here, and it looks in the script dir just fine.