perlbrew install

defaultでは $HOME/perl5/perlbrew 以下にinstallされる。変更したい場合は環境変数 PERLBREW_ROOT を設定。

$ export PERLBREW_ROOT=/path/to/perlbrew_root/

install perlbrew

$ curl -kL http://install.perlbrew.pl | bash
$ source ~/perl5/perlbrew/etc/bashrc
$ echo "source ~/perl5/perlbrew/etc/bashrc" >> ~/.bashrc

install perl

$ perlbrew install perl-5.16.0
$ perlbrew switch perl-5.16.0

すばらっ