Help for this page
#!/usr/bin/perl -wT ... print $q->p, "hello and $ENV{HTTP_COOKIE}"; #just checking print $q->end_html;
$cookie2 = $q->cookie( -name => 'aa', -value=> 'bb', -domain => 'corn.com'.