|
Not having Telnet access to your account can make debugging script CGI's very difficult. Using this page, you can run a particular script which you have uploaded as if you had run the script from the command line. IMPORTANT: Your script probably WILL NOT produce the output or results you have it programmed for. This is ONLY for debugging the syntax of the script. For instance, bugs like not ending a line with a semicolon in a Perl script or not escaping a quotation mark are examples of errors this will catch. Then you can fix them, re-upload the script, and repeat the process. Once all the errors are fixed, your script will be ready to try out on your page. Make sure you are on the same server as your web site: |