Vance E. Neff wrote:
I have a CGI program under cgi-bin called Login.CGI and a html page under htdocs. When the html page attempts to post a form to ../cgi-bin/Login.CGI, I get a non-description error:
500 internal server error

Try adding

    use CGI::Carp 'fatalsToBrowser';

near the top of Login.CGI.

Even if Login.CGI works on Windows, maybe you ought to rename the file to Login.cgi (Unix is case sensitive).

--
Gunnar Hjalmarsson
Email: http://www.gunnar.cc/cgi-bin/contact.pl

--
To unsubscribe, e-mail: beginners-cgi-unsubscr...@perl.org
For additional commands, e-mail: beginners-cgi-h...@perl.org
http://learn.perl.org/


Reply via email to