use CGI; my $q = new CGI; print $q->p "hello world"; #### use CGI; my $q = new CGI; print $q->p("hello world");