Say you have a web page generated by a perl script (apache+mod_perl) and, rather than getting a rendered HTML page in your browser, you get the HTML code. Anyone know the cause/solution to this?
Name:
Anonymous2006-04-01 3:37
It's because the content type being returned is wrong. You need to have "Content-Type: text/html" in the headers.