in reply to Re^2: How to run a legacy perl version smoothly from perlbrew & Carton
in thread How to run a legacy perl version smoothly from perlbrew & Carton
I strongly disagree. You don't want your script, especially a production application, to suddenly start using a different perl (which might not be compatible or might not have the correct modules installed).
I would create a perlbrew alias for each project and use that. This would allow testing with different versions, etc. by modifying the alias.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^4: How to run a legacy perl version smoothly from perlbrew & Carton
by Fletch (Bishop) on Dec 18, 2020 at 13:47 UTC | |
by ikegami (Patriarch) on Dec 19, 2020 at 00:58 UTC |