use CGI -no_xhtml; use CGI::Carp qw( fatalsToBrowser ); my $cgi = new CGI; print    $cgi->header(-type    =>'text/html'), $cgi->start_html(    -dtd    => '-//W3C//DTD XHTML 1.0 Strict//EN',                  -meta    =>{'author'    =>'Perlator'},                  -title    =>'Hallo Welt',                  -style    =>'../css/screen.css'),