in reply to Re^2: Incorrect output from CGI script
in thread Incorrect output from CGI script
Try naming the script "myfirst_cgi.cgi" instead of ".pl". Sometimes webservers are configured to expect that. Make sure permissions are set properly for the script to be executed by your webserver also. Sometimes webservers are of group "nobody", for example. And make sure the shebang line is correct.
Dave
|
|---|