Help for this page
<?php print "hi" ?>
use strict; use warnings; ... my $q = CGI->new; print $q->header; print "hi";