[ ソース: libconfig-file-perl ]
パッケージ: libconfig-file-perl (1.50-2)
libconfig-file-perl に関するリンク
Debian の資源:
libconfig-file-perl ソースパッケージをダウンロード:
- [libconfig-file-perl_1.50-2.dsc]
- [libconfig-file-perl_1.50.orig.tar.gz]
- [libconfig-file-perl_1.50-2.diff.gz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- Gunnar Wolf (QA ページ)
- gregor herrmann (QA ページ)
- Damyan Ivanov (QA ページ)
外部の資源:
- ホームページ [search.cpan.org]
類似のパッケージ:
Parses simple configuration files
ConfigFile parses simple configuration files and store its values in an anonymous hash reference. The syntax of the configuration file is quite simple:
# This is a comment VALUE_ONE = foo VALUE_TWO = $VALUE_ONE/bar VALUE_THREE = The value contains a \# (hash). # This is a comment. COMPOSED_VALUE[one] = The first component of a clustered value COMPOSED_VALUE[two] = The second component of a clustered value
