Hello everyone,

I am new to Perl and CGI so I need some help. I have a
simple cgi script:

#!/usr/bin/perl

print "Content-type: text/html\n\n";

print "This is my first CGI application";


I save the script using the .cgi nameing convention. I
can run the script from unix with no errors but when I
try to run it in a browser I get:

Internal Server Error
The server encountered an internal error or
misconfiguration and was unable to complete your
request.

I must be missing something obvious.
Any suggestions?
Thanks
David



__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to