After I edit my CGI script, it no longer functions. What could the reason be?
Wednesday, January 31st, 2007
Perl / CGI scripts, to run properly, must be uploaded to your account via FTP as ASCII files. Also, all CGI scripts must be executable. This requires setting the permissions on the file using your FTP program and making sure the script is world executable (CHMOD).
If you are getting an ‘Internal Server Error’ and you [...]
Continue reading about After I edit my CGI script, it no longer functions. What could the reason be? »
