in reply to Re: How can I control perl binaries
in thread How can I control perl binaries
Even better, prepend the path to your favorite perl to $PATH, so it will be found before any others in your path.
sh$ PATH=/bin:/usr/bin:/home/me/bin sh$ which perl /usr/bin/perl sh$ PATH=/home/me/bin:/bin:/usr/bin sh$ which perl /home/me/bin/perl
Aaron B.
Available for small or large Perl jobs; see my home node.
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^3: How can I control perl binaries
by Dan.Pinvidic (Initiate) on Jun 25, 2012 at 17:51 UTC |