さくらのレンタルサーバーに perlbrew を使って Perl をインストールする

以前作成した環境をすべて削除し、レンタル時の初期状態に戻してから perlbrew で Perl をインストールしたら、エラーが発生せずにインストールできた。

% curl -LO http://xrl.us/perlbrew
% chmod u+x perlbrew
% ./perlbrew install
% cat perl5/perlbrew/etc/bashrc >> ~/.zshrc
% source ~/.zshrc
% perlbrew install perl-5.14.2
Fetching perl-5.14.2 as /home/bluenote/perl5/perlbrew/dists/perl-5.14.2.tar.gz
Installing /home/bluenote/perl5/perlbrew/build/perl-5.14.2 into ~/perl5/perlbrew/perls/perl-5.14.2

This could take a while. You can run the following command on another shell to track the status:

  tail -f ~/perl5/perlbrew/build.log

Installed /home/bluenote/perl5/perlbrew/build/perl-5.14.2 as perl-5.14.2 successfully. Run the following command to switch to it.

  perlbrew switch perl-5.14.2