Author: M.Crane (18 Jan 05 9:23am)
Adding into an old thread, as I am seeing the exact same problem in almost the same environment.
FreeBSD 4.8 with perl 5.8.5 in /usr/local/bin (softlink in /usr/bin) and using CommuniGate Pro to serve the cgi (tested and working with a really simple "hello world" script).
I've done a little playing with the perl script (I know enough perl to get by) in an effort to help, and it appears that $_[0] isn't being populated at all (perl -W giving "Use of uninitialized value in print at civilianprofound.cgi line 314." if I add "print $_[0];" above "open(FILE, "< $_[0]")")
|