Help for this page
<html> <head> <center><h2>Registration Form</h2></center> ... <p>my text goes here. </body> </html>
#!/usr/bin/perl use HTML::Template; use CGI qw/:standard/; ... # print the template print "Content-type:text/html\n\n"; print $template->output;