brew install perl
Also known as: perl@5.36
Highly capable, feature-rich programming language
License: Artistic-1.0-Perl or GPL-1.0-or-later
Formula JSON API: /api/formula-core/perl.json
Bottle JSON API: /api/bottle-core/perl.json
Formula code: perl.rb
on GitHub
Bottle (binary package) installation support provided for:
Intel | ventura | ✅ |
---|---|---|
monterey | ✅ | |
big sur | ✅ | |
catalina | ✅ | |
64-bit linux | ✅ | |
Apple Silicon | ventura | ✅ |
monterey | ✅ | |
big sur | ✅ |
Current versions:
stable | ✅ | 5.36.0 |
head | ⚡️ | HEAD |
Other versions:
perl@5.18 | 5.18.4 | Highly capable, feature-rich programming language |
Depends on:
berkeley-db | 18.1.40 | High performance key/value database |
gdbm | 1.23 | GNU database manager |
By default non-brewed cpan modules are installed to the Cellar. If you wish for your modules to persist across updates we recommend using `local::lib`. You can set that up like this: PERL_MM_OPT="INSTALL_BASE=$HOME/perl5" cpan local::lib And add the following to your shell profile e.g. ~/.profile or ~/.zshrc eval "$(perl -I$HOME/perl5/lib/perl5 -Mlocal::lib=$HOME/perl5)" |