<br><div>  I have a simple perl script which is supposed to run as a CGI to create some html output.  The start of the output looks like :</div><div><br></div><div><div>Content-Type: text/html; charset=ISO-8859-1</div><div><br></div><div><HTML><HEAD><br></div><div>.</div></div><div>.</div><div>.</div><div><br></div><div>I use 2 print statements.  </div><div><br></div><div><div>  print "Content-Type: text/html; charset=ISO-8859-1\n\n";</div></div><div><div>  print "<HTML><HEAD>\n";</div></div><div><br></div><div>What I've noticed is that if I don't put the two carriage returns I get a 500 error.  If I put the two carriage returns I get output but it's not processing the stylesheet information which follows.  Anyone have any ideas or a POST example perl script which uses stylesheets I can pick apart?</div><div><br></div><div>Robert</div><div><br></div>