This means I've got three (count 'em, three!) working versions of Perl on this laptop.
It's all madness I tell you. OTOH, one of richardc's machines on this network has ten different copies of perl installed on it - though those are mainly used for regression testing.
private copy of perl is useful (Score:2)
Having a private copy of perl as part of an application that uses perl is a useful thing.
It means that the application, from one release to the next, can determine when and whether to upgrade from one version of perl to another based on actual testing.
The application can also bundle in the specific extra modules that it needs (that's part of the testing - to make sure that the modules included are all compatible with each other to the extent needed). It can omit