use strict; use warnings; use CGI qw( :standard ); print( header(), start_html('A Simple Example'), qq{

Hey look, some HTML!

}, qq{}, end_html(), );