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]
