use strict; use CGI; my $cgi = CGI->new; print $cgi->header; print 'Hello World';