[WHP2.02] Open source CGI scripting programming language. Written in 1987. Still one of the most popular web programming languages mostly due to its powerful text-manipulation facilities. Support Database Print Now What is the path to perl?

/usr/bin/perl

You can also find information on paths to other useful programs by logging in to your Hosting cPanel v7.5 Control Panel and selecting 'Website Diagnostics', from there just select 'Paths and Versions'.

Note that if you are writing CGI scripts in Perl, the first line of the script should be the path to perl, prefixed with '#!', i.e., '#!/usr/bin/perl'.

Was this answer helpful?

 Print this Article

Also Read

[WHP2.06] What are the settings for Actinic Catalog (Business and Developer)?

Version 7 SettingsLocation: Advanced menu: Network Setup.Server details:Catalog URL:...

[WHP2.05] Can you set "register_globals" to ON in PHP for me?

Such a global change to the php.ini config is a well known security risk and affects all other...

[WHP2.04] What is the path to sendmail?

Should you need the absolute path to sendmail for use in a CGI script, it's in...

[WHP2.01] How do I set permissions on files and scripts?

Doing a CHMOD (changing a file's permissions) is the setting of access privileges for a file....