print "Content-Type: text/html\r\n\r\n", print "...this"; print "that..."; #### use strict; use warnings; use CGI ":standard"; print header(), start_html("OHAI"), h1("Bingo"), blockquote( p([ "one", "two", "three" ]), ), end_html();