use strict; use CGI qw/standard/; print header, start_html( 'This is a test' ), h2( 'Hi.' ), h2( 'Here is a try using Perl/CGI.' ); # and so on...