Where is Perl located?
/usr/bin/perl Top • I have uploaded my perl files, but they won’t work. Please ensure that: – You have the correct DOS path (e.g.: i:\usr\whatever\bin\custom). – Your file extension are “pl” or “cgi”. File names ending with pl and cgi are associated with Perl. – You have uploaded your scripts in text mode (not binary mode). – Your “../bin/custom folder has been activated. Top • My PHP scripts won’t work, what’s wrong Unlike CGI scripts, PHP do not require execute permissions to work correctly. For the Web Server to run the scripts correctly, PHP scripts must use the .php filename extension.