Quote:
|
Originally Posted by Antonio
installing on another host
lets see how it goes
Ok, my path is: /usr/bin/perl
In the three cgi fiels it's : #!/usr/bin/perl.
Do I leave it as it is? I mean do I have to remove the #! part?
|
Do not remove the "shabang" (#!)
Your server looks for this to find the path to PERL!
The shabang must start in he first byte of the file.
Every path to PERL will look like this #!/blah/blahblah/
Don't remove or edit any other code in the program.
Also make sure "config.pl" is uploaded.