in reply to Reinstalling perl from scratch on OS X
The safest thing to do (on any platform where you don't want to muck with the OS' own perl install) is to recompile your own with a different prefix location (say /usr/local) and make sure your PATH and/or shebang lines find that first. You then always use that version instead and leave the system's alone. Specifically on OS X, consider using macports or fink to install a separate copy.
|
|---|