in reply to Perl CGI with Apache on Win98
before any other 'use' statement.use lib 'c:\Perl\lib';
ps:
I don't know if this is useful in this case but i remember apache on win32
interprets the bang path on top of cgi script so you shoud also
add
as the very first line of your script.#!c:\perl\bin\perl.exe
|
|---|