Help for this page

Select Code to Download


  1. or download this
    
        my $c = new CGI::Cookie(
    ...
                   );
    
        print "Set-Cookie: $c\n";
    
  2. or download this
    %cookies = fetch CGI::Cookie;
    $user = $cookies{'USER'};
    print "$user";