「perl」の版間の差分
提供: dsk's note
細 |
細 |
||
1行目: | 1行目: | ||
+ | {{google/ad/01}} | ||
=== モジュール一覧表示 === | === モジュール一覧表示 === | ||
<syntaxhighlight lang="bash">find `perl -e 'print "@INC"'` -name '*.pm' -print</syntaxhighlight> | <syntaxhighlight lang="bash">find `perl -e 'print "@INC"'` -name '*.pm' -print</syntaxhighlight> | ||
7行目: | 8行目: | ||
cpan> install Bundle::CPAN | cpan> install Bundle::CPAN | ||
</syntaxhighlight> | </syntaxhighlight> | ||
+ | |||
+ | [[Category: perl]] | ||
+ | {{google/ad/01}} |
2015年3月25日 (水) 17:01時点における最新版
モジュール一覧表示
find `perl -e 'print "@INC"'` -name '*.pm' -print
cpanアップデート
cpan cpan> install Bundle::CPAN