I cannot stop my cookies from actually printing on the page, I've tried to find an example of how to properly use cookies with CGI::Application but the best I can find are vague references to some header methods that appear to be of no use.
.... CGI::Application, by default, will return all content as MIME type "text/html". This is set by the HTTP headers. If you wish to set a different MIME type, manipulate a cookie or perform a HTTP redirect, then you will need to change the default HTTP headers. This is done by using two inherited CGI::Application methods: header_type() and header_props(). Refer to CGI::Application's perldoc for details on their usage. Could someone please give me a hand and just show me how to do this with a brief example. I have two cookies that must be set, one can be set in run mode 1 and the other must be set in run mode 2 Thanks Mark --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
