I know this is a simple, stupid question, but i can't seem to find the
answer. I've never used Perl before - only PHP. NOt very familiar with unix
either...
I'm trying to get this hello world script to work - I have the shebang -
#!/usr/bin/perl at the beginning of the file, and verified with my host that
it is the correct path. The host said to put the file in my cgi-bin, which i
also did, and i chmoded it to 755, which was also a direction from my host.
I tried naming it hworld.pl and hworld.cgi, but i still get this stupid 500
internal server error and can't figure out why.
The script is very simple:
#!/usr/bin/perl
print "Hello World!\n";
Can someone please help this helpless newbie??
Thanks in advance!
Tom
--
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]