in reply to How do you run Perl on _your_ system?
But a big part of the reason why this works for me is that I don't really care what version of Perl I use. I still write Perl 5.10-compliant code and, although I frequently see people talking about the latest new features added to the language like they're the greatest thing since sliced bread, none of them particularly excite me and I don't miss them. If you do care about your Perl version and/or want all the latest and greatest new features, then using perlbrew is the obvious way to go, since the OS provider's preferences may not align with your own. Similarly, if you're mostly working with things that require specific module versions or are only used by a specific user, then local::lib may make more sense than installing things system-wide.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^2: How do you run Perl on _your_ system?
by NERDVANA (Priest) on Jun 15, 2022 at 21:27 UTC | |
by dsheroh (Monsignor) on Jun 16, 2022 at 07:19 UTC | |
Re^2: How do you run Perl on _your_ system?
by afoken (Chancellor) on Jun 15, 2022 at 20:10 UTC |