in reply to Updating Perl

The safest thing to do is to not muck with the system's version and just compile your own copy somewhere else (traditonally under /usr/local or /opt) and change PATH in your environment to find that copy first. Alternately you could look at installing something like Darwin Ports and letting that compile the latest for you (and you'd put /opt/local/bin on the front of your path using that).

Replies are listed 'Best First'.
Re^2: Updating Perl
by petercolapietro (Initiate) on Aug 04, 2006 at 18:03 UTC
    Thanks a bunch monks you guys rock!