PSX
Jun 18th, 2001, 02:10 AM
I'm having a problem with this form to mail script, and I kept getting Internal Server Errors.
But then using:
use CGI;
use CGI::Carp qw/fatalsToBrowser/;
I was able to pinpoint the error which is:
Can't find string terminator "HTML" anywhere before EOF at /home/svgcnet/public_html/sc/subnews.cgi line 47.
I've kept trying to tweak the script a bit, but can't figure it. I've had problems like this before and tweaking it a bit helped, but now it doesn't make any sense as to why it won't work.
I have attached the CGI script.
But then using:
use CGI;
use CGI::Carp qw/fatalsToBrowser/;
I was able to pinpoint the error which is:
Can't find string terminator "HTML" anywhere before EOF at /home/svgcnet/public_html/sc/subnews.cgi line 47.
I've kept trying to tweak the script a bit, but can't figure it. I've had problems like this before and tweaking it a bit helped, but now it doesn't make any sense as to why it won't work.
I have attached the CGI script.