How to install perl modules

sunsunshining

Verified User
Joined
Sep 23, 2024
Messages
25
What is the official way to install perl modules in DA? I can see a list of them in the panel but no hint as to the installation process.

Also, maybe you want to fix a typo here

Path to pearl:
/usr/bin/pearl

 
I've always used CPAN to install perl modules. Should be pretty straightforward
Bash:
root> perl -MCPAN -eshell

install 'modulename'
 
Back
Top