Help for this page
use CGI; my $q = new CGI; print $q->p "hello world";
use CGI; my $q = new CGI; print $q->p("hello world");