Help for this page

Select Code to Download


  1. or download this
    use CGI qw(:standard);   
    use CGI::Cookie;
    $q=new CGI;
    $cookie= $q->cookie(-name=>'DName', -value=>'userid', -expires=>'+72h'
    +, -path=>'/');
    
  2. or download this
    $fetch= $q->cookie(-name=>'DName');