On Sunday, February 15, 2004, at 07:59 pm, wren argetlahm wrote:


I just installed Perl 5.8.3 per the instructions on
<http://developer.apple.com/internet/opensource/perl.html>.
They worked as advertised up until the end when I
type:

% perl -v

and it comes up with the default v5.6.0 built for
Darwin. Where did I go wrong?

The 5.8.3 release installs perl, by default, into /usr/local/bin so that the system perl distributed with Mac OS X remains untouched. Try


/usr/local/bin/perl -v

to check that it installed okay.

Adrian



Reply via email to