Help for this page

Select Code to Download


  1. or download this
    sub set_cookie {
     ###########################################
    ...
     # send it to the browser
     print $p->header(-cookie => $cookie);
    }
    
  2. or download this
    sub get_cookie
    {
    ...
     print $p->header();
     return (%userinf);
    }