use strict; use warnings; use CGI; $q = CGI->new; print $q->header, $q->start_html('blabla'), $q->end_html;