Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl5
    use CGI qw/:standard/;
    ...
                                );
    print "Content-Type: text/html\n\n";
     print "Set-Cookie: $c1,$c2,$c3\n";
    
  2. or download this
    #!/usr/bin/perl5
    use CGI qw/:standard/;
    ...
    print "Content-Type: text/html\n\n";
    print $ENV{HTTP_COOKIE};