Changeset 32143 for websites/perl-users.jp/html/modules/config_pit.html
- Timestamp:
- 04/08/09 23:38:19 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/perl-users.jp/html/modules/config_pit.html
r32141 r32143 34 34 <h3>つかいかた</h3> 35 35 36 <h4>設定</h4> 37 36 38 <pre><code>use strict; 37 39 use warnings; … … 43 45 password => "barbaz", 44 46 });</code></pre> 47 48 <p>または、ワンライナー</p> 49 50 <pre><kbd>perl -MConfig::Pit -e'Config::Pit::set("example.com", data=>{ username => "foobar", password => "barbaz" })'</kbd></pre> 51 52 <h4>読み出し</h4> 45 53 46 54 <pre><code>use strict;
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)