print $cgi->start_html(); # using ssi to call another code print ''; # some similar cgi method to call above mentioned # perl / html file print $cgi->p("hello world"); print $cgi->end_html();