C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/











C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/









C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/








C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/





C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/











C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [モジュール名]
この一行で、全部やってくれます。



"CPANの設定を表示・変更するには
最初に登録した設定内容は、以下のコマンドで一覧できます。


cpan> o conf


設定を変更するには、以下のようにします。
cpan> o conf [オプション名] [新しい設定内容]"
http://www.y-kit.jp/saba/xp/cpan.htm




テスト
make_arg -j3
を修正
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg -j3
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget



cpan> o conf make_arg ""
make_arg

cpan> o conf commit
/etc/perl/CPAN/Config.pm is not writable at /usr/share/perl/5.8/CPAN.pm line 1135
CPAN::Config::commit('CPAN::Config') called at /usr/share/perl/5.8/CPAN.pm line 1049
CPAN::Config::edit('CPAN::Config', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 1484
CPAN::Shell::o('CPAN::Shell', 'conf', 'commit') called at /usr/share/perl/5.8/CPAN.pm line 201
eval {...} called at /usr/share/perl/5.8/CPAN.pm line 201
CPAN::shell() called at -e line 1

make_arg を再確認
cpan> o conf
CPAN::Config options from /etc/perl/CPAN/Config.pm:
commit Commit changes to disk
defaults Reload defaults from disk
init Interactive setting of all options

build_cache 10
build_dir /home/yz/.cpan/build
cache_metadata 1
cpan_home /home/yz/.cpan
cpan_version_check 1
dontload_hash
ftp /usr/bin/ftp
ftp_proxy
getcwd cwd
gpg /usr/bin/gpg
gzip /bin/gzip
histfile /home/yz/.cpan/histfile
histsize 100
http_proxy
inactivity_timeout 0
index_expire 1
inhibit_startup_message 0
keep_source_where /home/yz/.cpan/sources
lynx /usr/bin/lynx
make /usr/bin/make
make_arg
make_install_arg UNINST=1
makepl_arg INSTALLDIRS=site
ncftpget /usr/bin/ncftpget
no_proxy
pager /usr/bin/less
prerequisites_policy ask
scan_cache atstart
shell /bin/bash
tar /bin/tar
term_is_latin 1
unzip /usr/bin/unzip
urllist
ftp://ftp.riken.jp/lang/CPAN/
wget /usr/bin/wget


cpan>




CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm


作って学ぶ、今どきのWebサービス:第1回 何はなくともCPANを知ろう- ITmedia
http://www.itmedia.co.jp/enterprise/articles/0702/20/news015.html









CPAN
http://www.cpan.org/
www.cpan.jp - CPAN.jp
http://www.cpan.jp/




C



Copal 2
"CopalはWindowsPerlRubyなどのスクリプト言語を便利に使うための 統合環境です。エディタにスクリプトを書いて、そのまま実行することが できます"
http://homepage1.nifty.com/kaityo/copalpro/




CPAN
Comprehensive Perl Archive Network


$ perl -MCPAN -e shell
Terminal does not support AddHistory.

cpan shell -- CPAN exploration and modules installation (v1.7602)
ReadLine support available (try 'install Bundle::CPAN')

cpan>





CPAN経由でLinuxにモジュールを組み込む
http://www.y-kit.jp/saba/xp/cpan.htm

CPANを使ったモジュールのインストール方法
まずは起動してプロンプトを出します。
# perl -MCPAN -e shell
cpan>

CPANが起動すると、
cpan>
というプロンプトが出ます。終了するには、「quit」と打ちます


書式は以下の通り。
cpan> install [