2016年8月4日木曜日

How to install perl in a local directory

1. Go to http://www.cpan.org/src/README.html to get the source code of desired version

2.  ./Configure -des -Dprefix=$HOME/localperl

3.  make test

4.   make install