Help for this page
print $cgi->textfield( -name => "foo", #This is the name we need later -value => "bar" );
my $foo = $cgi->param( -name => "foo" #Back from earlier );