Help for this page

Select Code to Download


  1. or download this
    #!/usr/bin/perl
    # cookietest.cgi
    ...
    my $count = keys %cookie;
    print h3("There are $count cookies");
    print pre( Dumper \%cookie ),end_html;