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