Help for this page
my $q = new CGI; $q -> param(-name => 'choices', -value => '2'); ... print "Content-type: text/html\n\n"; print $page;
my $q = new CGI; my $info = [ { -name => 'address', -value => '123 Main' }, ... print "Content-type: text/html\n\n"; print $page;