dbengine problems
Yogesh Bhanu <yogesh@ncbs.tifrbng.res.in>
From: Yogesh Bhanu <yogesh@ncbs.tifrbng.res.in>
To: pgsql-general@postgresql.org
Date: 1998-05-18T03:49:46Z
Lists: pgsql-general
Hi
I have installed dbengine .but the cgi script gives me error
BEGIN failed--compilation aborted at /home/httpd/cgi-bin/dbengine.cgi
line 14.
[Fri May 15 17:50:52 1998] [error] Premature end of script headers:
/home/httpd/cgi-bin/dbengine.cgi.
It will be nice if anybody can help me out
Line14 in the script reads as
12 # we're a CGI and use Postgres95
13 use CGI;
14 use postgres;