Absolute Path to Perl

Tutorials / December 6, 2006

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:

———————-
which perl
———————-

As soon as you run this command you will receive the path.