use CGI; my $cgi = CGI->new(); print $cgi->header(-type => 'text/html'); print $cgi->submit(-name => "neu", -value => "Neu");