This is a step by step installation of Perl 5.16 on Linux CentOS 6. Note:
tar -xf perl-5.16.0.tarcd perl-5.16.0yum -y install make
yum -y install gcc./Configure -des -Dprefix=/opt/perl5/perls/perl5.16make
make test
make installrm /usr/bin/perlln -s /opt/perl5/perls/perl5.16/bin/perl /usr/bin/perlperl -v
This is perl 5, version 16, subversion 0 (v5.16.0) built for x86_64-Linux
Copyright 1987-2012, Larry Wallwget -O - http://install.perlbrew.pl | bash
source ~/perl5/perlbrew/etc/bashrcperlbrew install-cpanmperldoc time::piece
perlbrew install-cpanm
cpanm -v DBI
cpanm -v DBD::ODBC
cpanm -v YAML
cpanm -v Time::Piece
cpanm -v Crypt::TripleDES