Help for this page

Select Code to Download


  1. or download this
    my $yySetCookies1 = cookie(-name    =>   "test",
                   -value   =>   "test",
    ...
                   -expires =>   "");
    
    print header(-status=>"200 OK", -cookie=> $yySetCookies1);
    
  2. or download this
    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