Changeset 37872

Show
Ignore:
Timestamp:
07/01/10 17:51:50 (3 years ago)
Author:
chiba
Message:

Perl5 今昔をさらに更新。mkhtml.plしたら一緒に更新されたものも一緒にコミット

Location:
websites/perl-users.jp
Files:
6 modified

Legend:

Unmodified
Added
Removed
  • websites/perl-users.jp/html/expert_perl/index.html

    r29567 r37872  
    4848        <hr /> 
    4949        <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> 
    5151    </body> 
    5252</html> 
  • websites/perl-users.jp/html/modern_introduction_perl/cpan_sommelier.html

    r29567 r37872  
    9595        <hr /> 
    9696        <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> 
    9898    </body> 
    9999</html> 
  • websites/perl-users.jp/html/modern_introduction_perl/perldoc.html

    r29567 r37872  
    105105        <hr /> 
    106106        <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> 
    108108    </body> 
    109109</html> 
  • websites/perl-users.jp/html/modules/email_send.html

    r36810 r37872  
    4949        Subject =&gt; Encode::encode('MIME-Header-ISO_2022_JP', 'コンニチワ'), 
    5050    ], 
    51     body =&gt; encode('iso-2022-jp', '元気でやってるかー?'), 
     51    body =&gt; encode('iso-2022-jp', '元気でやってるかー?'),  
    5252); 
    5353 
  • websites/perl-users.jp/html/nowpast.html

    r13104 r37872  
    3636<p>oldtype としたものもたいていは動きますし、環境の都合や軽量だなどの理由で普通に使われたりもします。そのへん勘違いなきよう。</p> 
    3737 
    38 <h3>CPAN シェル起動</h3> 
     38<h3>CPANモジュールインストール</h3> 
    3939 
    4040<ul> 
    4141<li>oldtype: <code>perl -MCPAN -e shell</code></li> 
    4242<li>modern: <code>cpan</code></li> 
     43<li>post modern: <code>cpanm Module</code></li> 
    4344</ul> 
    4445 
     
    4748<ul> 
    4849<li>oldtype: Class::DBI</li> 
    49 <li>modern: DBIx::Class, Data::ObjectDriver</li> 
     50<li>modern: DBIx::Class, Data::ObjectDriver, DBIx::Skinny</li> 
    5051</ul> 
    5152 
     
    5556<li>oldtype: HTML::Template</li> 
    5657<li>modern: Template</li> 
     58<li>post modern: Text::MicroTemplate, Text::Xslate</li> 
    5759</ul> 
    5860 
     
    110112<ul> 
    111113<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> 
    113116</ul> 
    114117 
  • websites/perl-users.jp/ttroot/nowpast.html

    r13104 r37872  
    1212oldtype としたものもたいていは動きますし、環境の都合や軽量だなどの理由で普通に使われたりもします。そのへん勘違いなきよう。 
    1313 
    14 ### CPAN シェル起動 
     14### CPANモジュールインストール 
    1515 
    1616* oldtype: `perl -MCPAN -e shell` 
    1717* modern: `cpan` 
     18* post modern: `cpanm Module` 
    1819 
    1920### OR マッパー 
    2021 
    2122* oldtype: Class::DBI 
    22 * modern: DBIx::Class, Data::ObjectDriver 
     23* modern: DBIx::Class, Data::ObjectDriver, DBIx::Skinny 
    2324 
    2425### テンプレートエンジン 
     
    2627* oldtype: HTML::Template 
    2728* modern: Template 
     29* post modern: Text::MicroTemplate, Text::Xslate 
    2830 
    2931### 文字コード 
     
    6567 
    6668* oldtype: Net::SMTP を直 
    67 * modern: Email::Send, MIME::Lite など 
     69* modern: Email::Send + Email::MIME, MIME::Lite など 
     70* post modern: Email::Sender 
    6871 
    6972### Public な変数