Beefy Boxes and Bandwidth Generously Provided by pair Networks
We don't bite newbies here... much
 
PerlMonks  

Re: CGI header doesn't like me

by ajdelore (Pilgrim)
on Sep 09, 2003 at 23:32 UTC ( [id://290225]=note: print w/replies, xml ) Need Help??


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>

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://290225]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others scrutinizing the Monastery: (4)
As of 2024-04-19 02:53 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found