in reply to Re: Re: Re: require fails in CGI
in thread require fails in CGI

The current working directory is always included in the list.
Not always, observe
E:\>perl -T -le"print for @INC" C:/Perl/lib C:/Perl/site/lib E:\>perl -le"print for @INC" C:/Perl/lib C:/Perl/site/lib . E:\>

MJD says "you can't just make shit up and expect the computer to know what you mean, retardo!"
I run a Win32 PPM repository for perl 5.6.x and 5.8.x -- I take requests (README).
** The third rule of perl club is a statement of fact: pod is sexy.