Changeset 32176
- Timestamp:
- 04/09/09 19:11:33 (4 years ago)
- Files:
-
- 1 modified
Legend:
- Unmodified
- Added
- Removed
-
websites/perl-users.jp/html/modules/config_pit.html
r32175 r32176 116 116 my $config = pit_get("example.com"); 117 117 die 'pit_get failed.' if !%$config; 118 my $username = $config->{username} or die 'username not set.';119 my $password = $config->{password} or die 'password not set.';118 my $username = $config->{username} or die 'username not found.'; 119 my $password = $config->{password} or die 'password not found.'; 120 120 print "username: $username, password: $password\n";</code></pre> 121 121 … … 143 143 <hr /> 144 144 <p><a href="/modern_introduction_perl/">目次へ</a></p> 145 <p>Last modified: $Date: 2009-04-09T01 8:40:00+09:00 $</p>145 <p>Last modified: $Date: 2009-04-09T019:00:00+09:00 $</p> 146 146 </body> 147 147 </html>
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)