Help for this page
my $query = new CGI; ... print "Content-type: text/html\n\n"; print $template->output();
<form action="cgi-bin/fill.pl" method="post"> <input type="text" name="address" size="30" /> <input type="submit" /> </form>