CGI Error
The specified CGI application misbehaved by not returning a complete set of HTTP headers. The headers it did return are:
Can't locate common.lib in @INC (@INC contains: C:/Perl/lib C:/Perl/site/lib .) at D:\home\mysite\cgi-bin\collective\collective.cgi line 95.
Does anyone understand that error? I've played around with it and can't seem to find a solution. Thank you.
-Greg
Edited by: Greg
Replace that line with
require "D:\\home\\mysite\\cgi-bin\\collective\\common.lib";
that should fix your problem. I had to download the script so I could see what you were looking at.