Support Center > Knowledgebase > Web Host Manager > Scripts and Scripting Languages > How can I install a Perl Module ?
How can I install a Perl Module ?
On a server with CPanel, you can log into the WHM and install it there. If that
for some reason doesn't work for you, you can log into the shell as root and install
it via the command line.
Once logged in, from any directory, type:
- /scripts/perlinstaller HTML::Template
In this case, the module we want to install is HTML::Template.
Also Read