Forrest logo
back to context overview

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 machine
    explain this command
  • plenv:tldr:82227 plenv: List all available installed Perl versions.
    $ plenv versions
    try on your machine
    explain this command
  • plenv:tldr:86331 plenv: Show the currently selected Perl version and how it was selected.
    $ plenv version
    try on your machine
    explain this command
  • plenv:tldr:93145 plenv: Display help.
    $ plenv
    try on your machine
    explain 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 machine
    explain this command
  • plenv:tldr:a8a19 plenv: Display help for a command.
    $ plenv help ${command}
    try on your machine
    explain this command
  • plenv:tldr:efd34 plenv: Set the shell-specific Perl version (used for the current session only).
    $ plenv shell ${version}
    try on your machine
    explain this command
back to context overview