memo.xight.org

日々のメモ

CPAN を利用して Perl モジュールを楽してインストールしたい

初期設定

# perl -MCPAN -e shell
Are you ready for manual configuration? [yes]


  Mirror サーバを選択するところ以外は ほとんど Return でOK

Perl モジュールインストール方法

# perl -MCPAN -e shell
cpan> install モジュール名


Reference

  ITMedia デベロッパー - Linux Tips - Perlモジュールを楽してインストールしたい
  http://www.itmedia.co.jp/help/tips/linux/l0495.html