in reply to Re^4: Inconsistent Perl code in Internet Explorer 8
in thread Inconsistent Perl code in Internet Explorer 8
And your point is?
Premature end of script headers/Malformed script headers messages. followed immediately print
print "Content-type: text/html\n\n";
Did you output a valid CGI header first? followed immediately by
print "Content-type: text/plain\n\n";
You know tobyink, you really can be bored sometimes :)
|
|---|