Perl shellでコマンド一発でモジュールをインストール

Perl

perlモジュールをシェルから簡単にインストールするためのコマンド。

# perl -MCPAN -e shell
# perl -MCPAN -e 'install("Bundle::Apache")'

コメント