in reply to Second Perl Install Using Libraries from System Perl

I'd suggest deleting your 5.16, then install perlbrew onto your system Perl. Perlbrew can be used to install as many other Perls as you like quite easily.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'
  • Comment on Re: Second Perl Install Using Libraries from System Perl

Replies are listed 'Best First'.
Re^2: Second Perl Install Using Libraries from System Perl
by Shuraski (Scribe) on Dec 09, 2012 at 03:02 UTC

    Yes, please use perlbrew. It is perfect for exactly your situation.