cgi-premature_end_of_scirpt_headers
-+ the error
[Mon Feb 07 16:07:40 2011] [error] [client 127.0.0.1] Premature end of script headers: value_parser.pl
-+ the issue
-+ the below line is not correctly printed in your script, it should be like this
-+ either "text/html" or "text/plain"
print "Content-type: text/html; charset=iso-8859-1\n\n";
|