Here's the code...

#!/usr/bin/perl


   print "<HTML>\n";
   print "<HEAD>\n";
   print "<TITLE>Perl Test Page</TITLE>\n";
   print "</HEAD>\n";
   print "<BODY>\n";
print "Perl Test Page\n";
print "</BODY>\n";
print "</HTML>\n";


when I run it from the command line, it runs fine and prints out the
results, but I get a 500 error every time I try to run it on my web server.
The permissions on the file are set to 755, so the script should have perms
to execute.

Does anyone have any ideas?



-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to