my $yySetCookies1 = cookie(-name => "test", -value => "test", -path => "/", -expires => ""); print header(-status=>"200 OK", -cookie=> $yySetCookies1); #### Status: 200 OK Set-Cookie: test=test; path=/ Date: Thu, 27 Feb 2003 05:41:26 GMT Content-Type: text/html; charset=ISO-8859-1