Portal Home > Knowledgebase > CGI & Perl Scripts > What is the absolute path to Perl on the web servers?
The absolute path for Perl on webserver 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.
Add to Favourites
Print this Article