Help for this page

Select Code to Download


  1. or download this
    # at the start of your script
    use CGI;
    ...
                                 -value=>$pass);
    
    print $query->header(-cookie=>[$cookie1,$cookie2]);
    
  2. or download this
    $user = $query->cookie('Name');
    $pass = $query->cookie('Passwd');