Help for this page

Select Code to Download


  1. or download this
    sub cookietest{
      my $cookname = "newcookie";
    ...
        print CGI->header(-COOKIE => $cookie1);
        }
    }