Help for this page

Select Code to Download


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