use CGI qw/:standard/ ; print header() ; print start_html() print "Hello World" print end_html() ;