Here are the directory entries for these files: -rwx------ 1 rem user 96 Feb 28 2007 h-perl.cgi -rwx------ 1 rem user 597 Jun 26 2005 hh-perl.cgi ^ Note user execute permission needed for all CGI scripts. ** Start of listing of h-perl.cgi ** #!/usr/bin/perl print "Content-type: text/plain;charset=us-ascii\n\n"; print "Hello, world!\n"; ** End of listing of h-perl.cgi ** ** Start of listing of hh-perl.cgi ** #!/usr/bin/perl print "Content-type: text/html\n\n"; $qt = '"'; $pt0 = "\n"; $pts = $pt0 . " " . $qt . $pt1 . $qt . " " . $qt . $pt2 . $qt . $pt9; print $pts; print "\n"; print "\n"; $he = $qt . "Content-Type" . $qt; $ct = $qt . "text/html;charset=us-ascii" . $qt; print " \n"; print " Hello perl\n"; print "\n"; print "\n"; print "Hello, world!\n"; print "\n"; ** End of listing of hh-perl.cgi **