Help for this page
use strict; use CGI qw(:all); use CGI::Cookie; ... # print $badcookie as hashref, not scalar: print $badcookie->{'SessionID'};