Perl
Jump to navigation
Jump to search
Perlbrew: multiple perls
- Getting started with Perlbrew
- How to Install Perlbrew and Manage Multiple Versions of Perl 5 on CentOS 7
Install modules
- How To Install Perl Modules Manually and Using CPAN command
- How do I install a Perl Module?
- How To Install Perl Modules On Linux
sudo perl -MCPAN -e shell cpan> install DBI cpan> install DBD::mysql