Originally posted by: countdigi
You need to configure it w/ the --prefix option.
It would go something like this:
gtar zxf perl-xx.tar.gz
cd perl-xx
./configure --prefix=/opt/perl-xx
make && make install
The you could link:
cd /opt
ln -s perl-xx perl
that will keep your versions cleanly separated