I need to install perl 5.10 on my OS X 10.5.8 box.
I have macports installed. And I seem to have port perl5.10 installed as well:
$ sudo port install perl5.10 Password: ---> Computing dependencies for perl5.10 ---> Cleaning perl5.10
However current perl version is still 5.8.8
$ which perl /opt/local/bin/perl $ perl --version This is perl, v5.8.8 built for darwin-2level Copyright 1987-2006, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page. $ /opt/local/bin/perl --version This is perl, v5.8.8 built for darwin-2level Copyright 1987-2006, Larry Wall Perl may be copied only under the terms of either the Artistic License or the GNU General Public License, which may be found in the Perl 5 source kit. Complete documentation for Perl, including FAQ lists, should be found on this system using "man perl" or "perldoc perl". If you have access to the Internet, point your browser at http://www.perl.org/, the Perl Home Page.
What am I missing?