Helpful Information
 
 
Category: Perl/ CGI
Content-type appears in web page

I have perl running on Windows 2000 IIS 5.0

I have a script i am calling within a web page and it responds back with the

Content-type header message................

Is there a way to prevent this being sent.

The script is working fine.

That usually only happens if you are declaring the content type twice, and the second one displays as a print; or you are running an environment where the script knows if it needs to print content-type headers or not...double check your code.










privacy (GDPR)