Sorry for the confusion.... The code also actually attempts to print out HTML headers ie "<HTML><HEAD> etc" but these DO NOT come through to the webpage - instead, a bunch of special characters are printed out...
-----Original Message----- From: Michael Peters [mailto:[EMAIL PROTECTED] Sent: 16 April 2007 14:22 To: michael watson (IAH-C) Cc: Perrin Harkins; modperl@perl.apache.org Subject: Re: Malformed header from script michael watson (IAH-C) wrote: > If I view source in IE, the very top of the web page starts: > > <title>Ensembl release 43: Gallus gallus Features on Chromosome 23 > 6042217-6042217</title> You can't see HTTP headers when doing a 'view source'. No browser will include them. In order to really see your HTTP headers you'll need a tool that does just that. You can either have a standalone app that intercepts HTTP traffic and will let you see the headers or use something tied into the browser. I prefer LiveHTTPHeaders or FireBug with FireFox. -- Michael Peters Developer Plus Three, LP