loosebruce
Programmer
I'm using two perl CGI scripts:
one activated by
in an HTML page,
the other activated by
in an SHTML page.
Both work fine, but the page that uses
always results in "premature end of script headers" message in the error log.
I've tried everything I can think of including other scripts, but it seems to boil down to the fact that I get that error message every time I use
in an SHTML page.
I'm using SGI/UNIX/Irix/Apache
one activated by
Code:
<FORM ACTION="/cgi-bin/ptsurvey.cgi" METHOD="POST">
the other activated by
Code:
<!--#exec cgi="/cgi-bin/ptslog.cgi"-->
Both work fine, but the page that uses
Code:
<!--#exec cgi="/cgi-bin/ptslog.cgi"-->
I've tried everything I can think of including other scripts, but it seems to boil down to the fact that I get that error message every time I use
Code:
<!--#exec cgi="/cgi-bin/filename.cgi"-->)
I'm using SGI/UNIX/Irix/Apache