[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[cobalt-developers] CGI problem....



Hello again...

I'm still having trouble with that cgi-script that results in this error:

"Undefined subroutine &main::main called at acc_auth.pl line 150."

This refers to the following lines of code:

## NOTHING ENTERED SEND TO LOGIN PAGE ##
unless ($something_in) { &main::main; }

Anyway, the script works fine on our linux server which has perl 5.004
installed on it with the following modules:

CGI.pm-2.42
DBI-0.93
GD-1.18
HTML-Parser-2.18
MD5-1.7
MIME-Base64-2.05
Msql-Mysql-modules-1.1831
ParallelUserAgent-2.31
libnet-1.0605
libwww-perl-5.33

Since the problem is with the cobalt server and not with the script, can
anyone tell me what I might need to upgrade or fix on the cobalt server.  I
also have a feeling that the problem might have to do with cgi-wrap.

Any suggestions?

Michael