2019-03-31 11:00:21 +00:00
|
|
|
|
---
|
|
|
|
|
title: perlでCPANを使うとき
|
|
|
|
|
author: kazu634
|
|
|
|
|
date: 2007-12-30
|
|
|
|
|
wordtwit_post_info:
|
|
|
|
|
- 'O:8:"stdClass":13:{s:6:"manual";b:0;s:11:"tweet_times";i:1;s:5:"delay";i:0;s:7:"enabled";i:1;s:10:"separation";s:2:"60";s:7:"version";s:3:"3.7";s:14:"tweet_template";b:0;s:6:"status";i:2;s:6:"result";a:0:{}s:13:"tweet_counter";i:2;s:13:"tweet_log_ids";a:1:{i:0;i:3551;}s:9:"hash_tags";a:0:{}s:8:"accounts";a:1:{i:0;s:7:"kazu634";}}'
|
|
|
|
|
categories:
|
|
|
|
|
- Perl
|
|
|
|
|
|
|
|
|
|
---
|
|
|
|
|
<div class="section">
|
|
|
|
|
<p>
|
|
|
|
|
なぜか、CYGWINの初期状態ではスムーズに言ってくれない。とにかくエンターキーを連打し、次のようになるのを待てばよい。いつも忘れてしまうんだよなー
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<blockquote title="FTP が利用できない環境で Perl CPAN の環境を設定する on Linux" cite="http://www.nilab.info/zurazure2/000246.html">
|
|
|
|
|
<p>
|
|
|
|
|
このへんでようやく CPAN site を入力するよう促してくる。
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<pre>
|
|
|
|
|
Please enter your CPAN site: []
|
|
|
|
|
</pre>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
と聞いてくるので、CPAN/SITES から良さげなサイトを選んで入力する。当然 http://~なサイトを選ぶ。ここでは <a href="http://ftp.cpan.jp/" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://ftp.cpan.jp/', 'http://ftp.cpan.jp/');" target="_blank">http://ftp.cpan.jp/</a> を入力した。
|
|
|
|
|
</p>
|
|
|
|
|
|
|
|
|
|
<p>
|
|
|
|
|
<cite><a href="http://www.nilab.info/zurazure2/000246.html" onclick="__gaTracker('send', 'event', 'outbound-article', 'http://www.nilab.info/zurazure2/000246.html', 'FTP が利用できない環境で Perl CPAN の環境を設定する on Linux');" target="_blank">FTP が利用できない環境で Perl CPAN の環境を設定する on Linux</a></cite>
|
|
|
|
|
</p>
|
|
|
|
|
</blockquote>
|
2019-04-02 16:06:15 +00:00
|
|
|
|
</div>
|