I would like to print out these header using CGI.pm

Cache-Control: no-store, no-cache, must-revalidate
Cache-Control: post-check=0, pre-check=0

doing

$cgi->header(-"Cache-Control"=>"no-store, no-cache, must-revalidate",
                     -"Cache-Control"=>"post-check=0, pre-check=0");

result in lossing the first header. I am wondering, beside printing the header myself without using CGI.pm, is there any way I can work around this?

Many thanks.

Tor.

--
<!---------------------------------------------
                          Victor
                          Development Engineer
                          Outblaze Ltd
---------------------------------------------->


-- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] <http://learn.perl.org/> <http://learn.perl.org/first-response>




Reply via email to