commands.sh

perlbrew

all

Manage Perl installations in the home directory. See also: `asdf`.

More info →

Examples (8)

Initialize a `perlbrew` environment

List available Perl versions

perlbrew available

Install/uninstall a Perl version

perlbrew install|uninstall version

List perl installations

Switch to an installation and set it as default

perlbrew switch perl-version

Use the system Perl again

List installed CPAN modules for the installation in use

perlbrew list-modules

Clone CPAN modules from one installation to another

perlbrew clone-modules source_installation destination_installation
made by @shridhargupta | data from tldr-pages