We want to install git on our system which runs HP UX 11.31 and the standard version of Perl (5.8.8e) which comes with the system. It is of utmost importance that the perl command keeps referring to Perl 5.8.8e so that our scripts run fine.
Git has a dependency on Perl 5.28. Mind, it was working fine with Perl 5.8.8e but we'd rather not risk running into issues later, so we installed it in a separate folder.
Now how can we make sure that git uses the correct version of Perl?