Click to See Complete Forum and Search --> : a binary ascii query


damon2003
11-03-2003, 03:02 AM
Hi,
I am getting an error with a Perl script:

CGIWrap Error: Script Execution Failed
CGIWrap encountered an error while attempting to execute this script as below. I have attempted to upload the files using an ascii ftp program and tried editing the top lines as the described but none has yet worked. Are there any other common reasons why this error should occur? I am using a windows machine and uploading to a unix machine. The files in question seem to be Perl files. Are there any other files that have to be uploaded in ascii mode?

Error Message: Permission denied
Error Number: 13
This message usually indicates there is a problem with the script itself. Often this indicates either that the #! line of the script is incorrect, or the script was uploaded in binary mode instead of ascii mode. Check to make sure that the script does not have control-M's at the end of every line. That will prevent it from executing. An easy fix that takes care of this most of the time is to put '#!/.../perl --' instead of '#!/.../perl' on the first line of the script. This is typically a problem if the script was edited or uploaded from a DOS/Windows/Macintosh station to a unix based server.
If you are not the owner of this script, please forward this error and the URL that caused it to the script owner. That is often the component in the URL right after /cgiwrap/.

pyro
11-03-2003, 07:23 AM
Moved to the CGI section...