
plenv
List of commands for plenv:
-
plenv:tldr:26f41 plenv: Set the local application-specific Perl version (used in the current directory and all directories below it).$ plenv local ${version}try on your machineexplain this command
-
plenv:tldr:82227 plenv: List all available installed Perl versions.$ plenv versionstry on your machineexplain this command
-
plenv:tldr:86331 plenv: Show the currently selected Perl version and how it was selected.$ plenv versiontry on your machineexplain this command
-
plenv:tldr:a4b45 plenv: Set the global Perl version (used unless a local or shell version takes priority).$ plenv global ${version}try on your machineexplain this command
-
plenv:tldr:a8a19 plenv: Display help for a command.$ plenv help ${command}try on your machineexplain this command
-
plenv:tldr:efd34 plenv: Set the shell-specific Perl version (used for the current session only).$ plenv shell ${version}try on your machineexplain this command