Perl location on the server

The full path to the Perl binary on our servers.

The Perl binary is located at the following location on each of our servers:

/usr/bin/perl

However, don’t forget to add the hash-bang in the first line of your Perl scripts:

#!/usr/bin/perl
Posted 2008-03-25 in Web Development