|
|
Frequently Asked Questions
|
Why doesn't my CGI script work?
|
This is almost always caused by uploading the file
in binary mode, instead of ascii.
Also, CHECK YOUR FILE PATHS!
Another possibility is that you have not set the
first line of the script to read: #!/usr/bin/perl
Back to FAQ's
|
|
|