This is in relation to this question: Why doesn't Perl use latest version by default?
I'm aware that I can force it with use v5.14
from within a script, and that's what I'm currently doing, but I'd like to force the interpreter itself to use the latest version by default.
Whether or not this is a good idea is not what I'm asking.
perl
command is used by many system programs and they might be confused if you changed it. – buff Aug 03 '15 at 19:46