http://qs321.pair.com?node_id=1208770


in reply to Re: Please Save Me From Insanity!!!
in thread Please Save Me From Insanity!!!

Should be:
#!/usr/bin/perl print "Content-type: text/html\n\n"; print "NOTHING TO SEE HERE!\n";
If you don't print the header you will get the '500 Internal Server Error'

Also, what Hostgator support are saying about the PHP file is rubbish, but if you do want to test it then put just this in your index.php:

<?php echo '<p>Hello World From the PHP File</p>'; ?>
The first line of the PHP must contain <?php ...