Help for this page
%which perl %whereis perl
#!/perl/is/here/perl -w use strict; ... my $q = new CGI; print $q->header(); print "<b>Howdy!</b>";