!!Windows !ppmを使う ○ppmの起動 C:>ppm ○ヘルプを使う ppm>help ppm>search help など ○検索 ppm>search TITLE=DBD など ○インストール ppm> install DBD-SQLite など ○proxy ・認証なしのProxy set HTTP_PROXY=http://proxyname:port ・認証ありのProxy set HTTP_PROXY=http://userid:password@proxyname:port !!Linux !CPANを使う http://taichino.com/programming/perl-programming/594 ○CPAN起動 perl -MCPAN -e shell ○CPANの再設定 o conf init ○検索 b /DBD.*/ i /検索語/ m /モジュール名/ a /Author/ など ○インストール install DBD::SQLite など ○proxy ~/.cpan/CPAN/MyConfig.pm の"ftp_proxy"と"http_proxy"の部分を書き換える http://example.proxy.com:8080/ {{category2 プログラミング言語,Perl}}