Help for this page

Select Code to Download


  1. or download this
    $q = new CGI;
    my $cookievalue = $q->cookie('User_Session');
    ...
    print "Content-type: text/html\n\n";
    print "The cookie value is : $cookievalue<br>";