After I edit my CGI script, it no longer functions. What could the reason be?
Technical , CGI-Bin QuestionsPerl / 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 have verified that the CGI script was uploaded as an ASCII file and it is executable, there may be a syntax error in the code.
The easiest way to verify this is to telnet into your account. Go to the directory that contains the script (cd www/directory), and run the program from the prompt by typing in the name of the script. This will highlight the error in the program.

