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