23 文字
1 分
Perl shellでコマンド一発でモジュールをインストール
perlモジュールをシェルから簡単にインストールするためのコマンド。
# perl -MCPAN -e shell# perl -MCPAN -e 'install("Bundle::Apache")' Perl shellでコマンド一発でモジュールをインストール
https://blog.teraren.com/posts/perl-shell/
perlモジュールをシェルから簡単にインストールするためのコマンド。
# perl -MCPAN -e shell# perl -MCPAN -e 'install("Bundle::Apache")'