in reply to CGI header doesn't like me
use CGI qw(header); print header(-type=>'text/plain'); print header(-type=>'test/plain'); __END__ OUTPUT: Content-type: text/plain; charset=ISO-8859-1 Content-type: test/plain
I am not sure why you want to print out a Content-type header that isn't a valid MIME type.
</ajdelore>
|
|---|