hello there perl gurus...
i have this portion of a guestbook cgi script:
open (FILE,">$datafile");
when i issue this command, i get the following message from the web browser:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
here is what the error_log said:
[Tue Jun 5 19:58:29 2001] [error] [client 4.43.192.51] Premature end of script headers: /Library/WebServer/CGI-Executables/signgbook.cgi
let me know if you can help!
thanks
bill
i have this portion of a guestbook cgi script:
open (FILE,">$datafile");
when i issue this command, i get the following message from the web browser:
500 Internal Server Error
The server encountered an internal error or misconfiguration and was unable to complete your request.
here is what the error_log said:
[Tue Jun 5 19:58:29 2001] [error] [client 4.43.192.51] Premature end of script headers: /Library/WebServer/CGI-Executables/signgbook.cgi
let me know if you can help!
thanks
bill