The server's Perl binary |
- Perl 5.8.8 on CentOS, CloudLinux™, and Red Hat® Enterprise Linux (RHEL) 5 (cPanel & WHM version 56 only).
- Perl 5.10 on CentOS, CloudLinux, and RHEL 6, and Amazon Linux.
- Perl 5.16 on CentOS, CloudLinux, and RHEL 7.
|
/usr/bin/perl |
- Operating system maintenance scripts.
- Some custom modules.
|
Manage modules for this Perl environment with the cpan command or with WHM's Module Installers interface (WHM >> Home >> Software >> Module Installers). |
cPanel-included Perl installation |
Perl 5.30 |
- This environment self-embeds and compiles in the cPanel binary.
/usr/local/cpanel/3rdparty/bin/perl = This location is a symlink.- Install custom modules for this Perl environment into the
/opt/cpanel/perl5/530/site_lib directory. @INC walks this directory after it walks all other directories for modules.
|
- The cPanel & WHM software.
- cPanel system maintenance scripts (in the
/usr/local/cpanel/scripts directory). - CGI scripts.
|
- This environment allows you to manage the system's Perl binary independently from cPanel & WHM. Use it when you write Perl scripts for a cPanel & WHM server.
- For more information about how to modify scripts and modules to use this Perl environment, read our Modules and Scripts documentation.
|