Since @INC is an array, you can use array opeations like push() or
unshit() to add things to it:

push @INC, 'c:/inetpub/scripts/cgi-bin';

> also if i create a sub-dir in my cgi-bin to i have to add it also ?

I haven't found many people who need to do this. Since it is a different
directory then you will have to add them. You might also want to look
into the 'use lib' pragma ( perldoc -q lib ).

- Ron
_______________________________________________
Perl-Win32-Web mailing list
[EMAIL PROTECTED]
http://listserv.ActiveState.com/mailman/listinfo/perl-win32-web

Reply via email to