Q. What is the absolute path to Perl on the web server? Ans: The absolute path for Perl on web server is: ———————- /usr/bin/perl ———————- If you need to check the absolute path for Perl on your own all you need is SSH access to the server you are hosted on and run this command: […]
Category: Tutorials
What Version of Perl is Installed?
Q. Which version of Perl is installed on your servers ? Ans: We have Perl 5, version 16, subversion 3 (v5.16.3) installed on all our Linux and Windows shared hosting servers.
How do I Run Perl Scripts Outside of cgi-bin?
Q: Can I execute Perl Scripts outside of cgi-bin? Ans: If you wish to execute Perl scripts outside cgi-bin then you will need to add following code in your .htaccess :- AddHandler cgi-script .cgi .pl Options +ExecCGI
How do I run CGI scripts outside of cgi-bin?
Q. Can I execute CGI scripts outside of cgi-bin? Ans: If you wish to execute cgi scripts outside cgi-bin then you add following code to your .htaccess :- Options +ExecCGI AddHandler cgi-script cgi pl