Help for this page

Select Code to Download


  1. or download this
    use CGI;
    $query = new CGI;
    my $cookie = $query->cookie(-name=>'cookie', -value=>'hello', -domain=
    +>'www.cis$
    print $query->header(-cookie=>$cookie);
    
  2. or download this
    #print "Content-type: text/html\n\n";
    
    ...
    print "naughty boy!"
    #print "#print "<META HTTP-EQUIV="Refresh" CONTENT="0;URL=http://myadd
    +ressgoeshere.com/cgi-bin/login.cgi">";
    }