in reply to How do I get to my new version of Perl

A few extra add-ons to suggestions:

which -a perl -- will show you all perls in your path
then
do /xxx/xxx/perl -v on each every path that which returns to confirm versions -V is even better to check perl libs location.

mitd-Made in the Dark
'My favourite colour appears to be grey.'

  • Comment on Re: How do I get to my new version of Perl