in reply to Re^2: installing perl 5.12.3
in thread installing perl 5.12.3
Make sure that the new perl comes before the old one in the path. Also, your shell may have cached the location of perl and so not "see" the old one even though the $PATH has changed.
You can clear that cache with the hash command in bash, and you can see which perl executable comes first in the path with which perl.
|
---|
Replies are listed 'Best First'. | |
---|---|
Re^4: installing perl 5.12.3
by rob171171 (Acolyte) on Apr 21, 2011 at 09:42 UTC | |
by DrHyde (Prior) on May 04, 2011 at 10:23 UTC | |
by Anonymous Monk on May 04, 2011 at 10:42 UTC | |
Re^4: installing perl 5.12.3
by rob171171 (Acolyte) on Apr 21, 2011 at 09:31 UTC |