use CGI qw/:all/; print header(); print start_html(-title=>'test',-bgcolor=>'black'),h1('Hallo'),end_html();