Changeset 37872
- Timestamp:
- 07/01/10 17:51:50 (3 years ago)
- Location:
- websites/perl-users.jp
- Files:
-
- 6 modified
-
html/expert_perl/index.html (modified) (1 diff)
-
html/modern_introduction_perl/cpan_sommelier.html (modified) (1 diff)
-
html/modern_introduction_perl/perldoc.html (modified) (1 diff)
-
html/modules/email_send.html (modified) (1 diff)
-
html/nowpast.html (modified) (4 diffs)
-
ttroot/nowpast.html (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
websites/perl-users.jp/html/expert_perl/index.html
r29567 r37872 48 48 <hr /> 49 49 <p><a href="/modern_introduction_perl/">目次へ</a></p> 50 <p>Last modified: $Date $</p>50 <p>Last modified: $Date: 2009-01-28 15:48:17 +0900 (水, 28 1月 2009) $</p> 51 51 </body> 52 52 </html> -
websites/perl-users.jp/html/modern_introduction_perl/cpan_sommelier.html
r29567 r37872 95 95 <hr /> 96 96 <p><a href="/modern_introduction_perl/">目次へ</a></p> 97 <p>Last modified: $Date $</p>97 <p>Last modified: $Date: 2008-11-25 11:45:42 +0900 (火, 25 11月 2008) $</p> 98 98 </body> 99 99 </html> -
websites/perl-users.jp/html/modern_introduction_perl/perldoc.html
r29567 r37872 105 105 <hr /> 106 106 <p><a href="/modern_introduction_perl/">目次へ</a></p> 107 <p>Last modified: $Date $</p>107 <p>Last modified: $Date: 2008-08-06 20:05:58 +0900 (水, 06 8月 2008) $</p> 108 108 </body> 109 109 </html> -
websites/perl-users.jp/html/modules/email_send.html
r36810 r37872 49 49 Subject => Encode::encode('MIME-Header-ISO_2022_JP', 'コンニチワ'), 50 50 ], 51 body => encode('iso-2022-jp', '元気でやってるかー?'), 51 body => encode('iso-2022-jp', '元気でやってるかー?'), 52 52 ); 53 53 -
websites/perl-users.jp/html/nowpast.html
r13104 r37872 36 36 <p>oldtype としたものもたいていは動きますし、環境の都合や軽量だなどの理由で普通に使われたりもします。そのへん勘違いなきよう。</p> 37 37 38 <h3>CPAN シェル起動</h3>38 <h3>CPANモジュールインストール</h3> 39 39 40 40 <ul> 41 41 <li>oldtype: <code>perl -MCPAN -e shell</code></li> 42 42 <li>modern: <code>cpan</code></li> 43 <li>post modern: <code>cpanm Module</code></li> 43 44 </ul> 44 45 … … 47 48 <ul> 48 49 <li>oldtype: Class::DBI</li> 49 <li>modern: DBIx::Class, Data::ObjectDriver </li>50 <li>modern: DBIx::Class, Data::ObjectDriver, DBIx::Skinny</li> 50 51 </ul> 51 52 … … 55 56 <li>oldtype: HTML::Template</li> 56 57 <li>modern: Template</li> 58 <li>post modern: Text::MicroTemplate, Text::Xslate</li> 57 59 </ul> 58 60 … … 110 112 <ul> 111 113 <li>oldtype: Net::SMTP を直</li> 112 <li>modern: Email::Send, MIME::Lite など</li> 114 <li>modern: Email::Send + Email::MIME, MIME::Lite など</li> 115 <li>post modern: Email::Sender</li> 113 116 </ul> 114 117 -
websites/perl-users.jp/ttroot/nowpast.html
r13104 r37872 12 12 oldtype としたものもたいていは動きますし、環境の都合や軽量だなどの理由で普通に使われたりもします。そのへん勘違いなきよう。 13 13 14 ### CPAN シェル起動14 ### CPANモジュールインストール 15 15 16 16 * oldtype: `perl -MCPAN -e shell` 17 17 * modern: `cpan` 18 * post modern: `cpanm Module` 18 19 19 20 ### OR マッパー 20 21 21 22 * oldtype: Class::DBI 22 * modern: DBIx::Class, Data::ObjectDriver 23 * modern: DBIx::Class, Data::ObjectDriver, DBIx::Skinny 23 24 24 25 ### テンプレートエンジン … … 26 27 * oldtype: HTML::Template 27 28 * modern: Template 29 * post modern: Text::MicroTemplate, Text::Xslate 28 30 29 31 ### 文字コード … … 65 67 66 68 * oldtype: Net::SMTP を直 67 * modern: Email::Send, MIME::Lite など 69 * modern: Email::Send + Email::MIME, MIME::Lite など 70 * post modern: Email::Sender 68 71 69 72 ### Public な変数
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)