use CGI "-no_debug", ":html", "comment", "header"; print header, start_html("-title" => "There is no title"), ul ( ul ( li ( "First item ", ), "\n", li ( "Second item ", ), "\n", ), "\n", ), "\n", end_html, ;