Help for this page
use Module::Foo; my $foo = Module::Foo->new(); $foo->do_something();
print header, start_html( ... ), h1({align=>'center'},'Decimal to Hex Converter'), ;
my $cgi = CGI->new; my $tmpl = HTML::Template->new( ... __DATA__ <html> yadda ...