my $cgi = new CGI; print $cgi->header(), $cgi->start_html('Test the boundaries of Relaxation'), $cgi->p('Hello Weekend'), $cgi->end_html;