Skip to main content
Skip to main content

Perl Modules

“Perl Module” Installer

Perl modules are collections of functions that allow you to perform tasks in Perl. You will need to install a Perl module before you can use it inside a Perl program. Note: Modules are installed directly from the CPAN repository.

Module Install Path

Path: /home/example/perl

Using Your Perl Module(s)

Your Perl script needs to know how to find the modules in your path. You can do this by adding one of the two choices below to the top of your script:

#!/usr/bin/perl
use cPanelUserConfig;

or

#!/usr/bin/perlml

Find a “Perl Module”

or

Install a Perl Module

Installed Perl Module(s)

Module Name Version Actions