p3p and Netscape
Marshall Dudley <[email protected]> Mon, 17 Jun 2002 13:09:33 -0400
| Newsgroups | gmane.comp.web.p3p.policy |
|---|---|
| Message-ID | <[email protected]> |
Thanks to those who have responded. I have found and fixed the problem. I was using the ' instead of the " in the print statement because there was already " in the statement to be printed. That resulted in the \n going out as a "\n" instead of a line feed as intended, and perl was then sending a text/plain header because of it. Thanks for the responses. Marshall