Help for this page

Select Code to Download


  1. or download this
        require CGI::Cookie;
        my %cookies = CGI::Cookie->fetch;
    
  2. or download this
        use vars qw!$cgi $othervars!;
        use CGI qw/:standard :netscape/;
        $cgi = new CGI;