The message you see in the browser usually means very little, and doesn't
help much. Check your web server's error logs to see the real error.
If you are getting that error you can be pretty sure that your web server is
at least trying to execute the script. So after checking your logs, I would
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