Perlモジュールがインストールされているかどうかを確認する方法How to confirmation perl module instration
■以下のコマンドを実行すること確認できる # find `perl -e 'print "@INC"'` -name '*.pm' -print ■grep で限定表示 find `perl -e ' print "@INC"' `-name '*.pm' -print | grep LWP ●@INC Perlの特殊変数 ●LWP Perlモジュール