Your right about CGI::APP dumping the CGI headers. I checked CGI does output them as I previously specified. I checked the version and I have 2.36 (5/10/1997). Maybe I should upgrade that a wee bit before I bang my head too much longer.
Strange that it works on all my other screens though... -----Original Message----- From: mark [mailto:[EMAIL PROTECTED]] Sent: Monday, September 24, 2001 4:02 PM To: Chmura, William B. Cc: cgiapp Subject: [cgiapp] RE: CGI headers (was Netscape 4.08 problem with my output) On Mon, 24 Sep 2001 [EMAIL PROTECTED] wrote: > The actual caps is Content-type: > The type is not capitalized, but it is not on any of the other ones > either... > Are you sure? Look at this: $ perl -MCGI -e 'print CGI::header()'; Content-Type: text/html; charset=ISO-8859-1 CGI.pm prints them both in caps (which I believe is how CGI::App prints it under the covers). -mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
