| 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd"> |
|---|
| 2 | <html xmlns="http://www.w3.org/1999/xhtml" lang="ja" xml:lang="ja"> |
|---|
| 3 | <head profile="http://purl.org/net/ns/metaprof"> |
|---|
| 4 | <!-- Document Metadata --> |
|---|
| 5 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" /> |
|---|
| 6 | <meta http-equiv="Content-Language" content="ja" /> |
|---|
| 7 | <meta http-equiv="Content-Style-Type" content="text/css" /> |
|---|
| 8 | <meta http-equiv="Content-Script-Type" content="text/javascript" /> |
|---|
| 9 | <meta http-equiv="imagetoolbar" content="no" /> |
|---|
| 10 | |
|---|
| 11 | <!-- Atom news feed --> |
|---|
| 12 | |
|---|
| 13 | <link rel="alternate" type="application/rss+xml" title="RSS feed" href="http://coderepos.org/share/log/websites/perl-users.jp?limit=100&mode=stop_on_copy&format=rss" /> |
|---|
| 14 | <link rel="stylesheet" type="text/css" href="/css/perl-users.jp.css" /> |
|---|
| 15 | <link rel="shortcut icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> |
|---|
| 16 | <link rel="icon" href="/favicon.ico" type="image/vnd.microsoft.icon" /> |
|---|
| 17 | |
|---|
| 18 | <title>CPANライブラリ - モダンなPerl入門</title> |
|---|
| 19 | |
|---|
| 20 | <script src="http://www.google-analytics.com/urchin.js" type="text/javascript"></script> |
|---|
| 21 | <script type="text/javascript"> |
|---|
| 22 | _uacct = "UA-4463402-1"; |
|---|
| 23 | urchinTracker(); |
|---|
| 24 | </script> |
|---|
| 25 | <!-- script src="/js/codepress/codepress.js" type="text/javascript"></script --> |
|---|
| 26 | </head> |
|---|
| 27 | <body> |
|---|
| 28 | <div id="head-navigation"><a href="/">Perl-users.jp</a></div> |
|---|
| 29 | <!-- content start --> |
|---|
| 30 | |
|---|
| 31 | |
|---|
| 32 | |
|---|
| 33 | <h1>CPANモジュール入門</h1> |
|---|
| 34 | <p>Perl Mongers が普段つかっているオススメの CPAN モジュールを厳選して紹介する</p> |
|---|
| 35 | <p>こんなとき、どんなモジュールをつかったらいいの?という疑問に答えられるようなドキュメント(になる予定)</p> |
|---|
| 36 | <p>モバイル関連のモジュールについては扱わない。量も多いから別枠で。</p> |
|---|
| 37 | <div> |
|---|
| 38 | <h2>目次</h2> |
|---|
| 39 | <ol> |
|---|
| 40 | <li>HTTP |
|---|
| 41 | <ol> |
|---|
| 42 | <li>LWP::UserAgent</li> |
|---|
| 43 | <li>LWPx::ParanoidAgent</li> |
|---|
| 44 | <li>Web::Scraper</li> |
|---|
| 45 | <li><a href="/modules/http_engine.html">HTTP::Engine</a></li> |
|---|
| 46 | </ol> |
|---|
| 47 | </li> |
|---|
| 48 | <li>O/R Mapper |
|---|
| 49 | <ol> |
|---|
| 50 | <li>DBIx::Class</li> |
|---|
| 51 | <li>Data::ObjectDriver</li> |
|---|
| 52 | </ol> |
|---|
| 53 | </li> |
|---|
| 54 | <li>テンプレートエンジン |
|---|
| 55 | <ol> |
|---|
| 56 | <li><a href="/modules/template.html">Template-Toolkit</a></li> |
|---|
| 57 | <li>HTML::Template</li> |
|---|
| 58 | <li>Text::MicroMason</li> |
|---|
| 59 | </ol> |
|---|
| 60 | </li> |
|---|
| 61 | <li>メール |
|---|
| 62 | <ol> |
|---|
| 63 | <li><a href="/modules/email_send.html">送信(Email::Send)</a></li> |
|---|
| 64 | <li>受信</li> |
|---|
| 65 | </ol> |
|---|
| 66 | </li> |
|---|
| 67 | <li>データ |
|---|
| 68 | <ol> |
|---|
| 69 | <li>CSV(Text::CSV_XS)</li> |
|---|
| 70 | <li><a href="/modules/json.html">JSON(JSON.pm)</a></li> |
|---|
| 71 | <li><a href="/modules/xml_libxml.html">XML::LibXML</a></li> |
|---|
| 72 | <li><a href="/modules/xml_feed.html">RSS, Atom, etc(XML::Feed)</a></li> |
|---|
| 73 | <li>TBD: YAML</li> |
|---|
| 74 | </ol> |
|---|
| 75 | </li> |
|---|
| 76 | <li>開発ツール |
|---|
| 77 | <ol> |
|---|
| 78 | <li><a href="/modules/devel_nytprof.html">プロファイラ(Devel::NYTProf)</a></li> |
|---|
| 79 | <li><a href="/modules/devel_cover.html">カバレッジ率をみる(Devel::Cover)</a></li> |
|---|
| 80 | </ol> |
|---|
| 81 | </li> |
|---|
| 82 | <li>クラスをつくる |
|---|
| 83 | <ol> |
|---|
| 84 | <li>Moose</li> |
|---|
| 85 | </ol> |
|---|
| 86 | </li> |
|---|
| 87 | <li>日付処理 |
|---|
| 88 | <ol> |
|---|
| 89 | <li><a href="/modules/datetime.html">DateTime</a></li> |
|---|
| 90 | </ol> |
|---|
| 91 | </li> |
|---|
| 92 | <li>リスト処理 |
|---|
| 93 | <ol> |
|---|
| 94 | <li><a href="/modules/list_util.html">List::Util</a></li> |
|---|
| 95 | <li><a href="/modules/list_moreutils.html">List::MoreUtils</a></li> |
|---|
| 96 | </ol> |
|---|
| 97 | </li> |
|---|
| 98 | <li>キャッシュ |
|---|
| 99 | <ol> |
|---|
| 100 | <li><a href="/modules/cache_memcached_fast.html">Cache::Memcached::Fast</a></li> |
|---|
| 101 | </ol> |
|---|
| 102 | </li> |
|---|
| 103 | <li>ファイル処理 |
|---|
| 104 | <ol> |
|---|
| 105 | <li><a href="/modules/path_class.html">Path::Class</a></li> |
|---|
| 106 | </ol> |
|---|
| 107 | </li> |
|---|
| 108 | <li>テスト |
|---|
| 109 | <ol> |
|---|
| 110 | <li>Test::More</li> |
|---|
| 111 | <li>Test::Base</li> |
|---|
| 112 | </ol> |
|---|
| 113 | </li> |
|---|
| 114 | <li>開発ツール |
|---|
| 115 | <ol> |
|---|
| 116 | <li><a href="/modules/cpan_mini.html">CPAN::Mini</a></li> |
|---|
| 117 | <li><a href="/modules/cpan_mini_webserver.html">CPAN::Mini::Webserver</a></li> |
|---|
| 118 | </ol> |
|---|
| 119 | </li> |
|---|
| 120 | </ol> |
|---|
| 121 | </div> |
|---|
| 122 | <!-- content end --> |
|---|
| 123 | <hr /> |
|---|
| 124 | <p><a href="/modern_introduction_perl/">目次へ</a></p> |
|---|
| 125 | <p>Last modified: $Date: 2008-10-26T05:38:56.231052Z $</p> |
|---|
| 126 | </body> |
|---|
| 127 | </html> |
|---|