[ ソース: libconfig-file-perl ]
パッケージ: libconfig-file-perl (1.54-2)
libconfig-file-perl に関するリンク
Debian の資源:
libconfig-file-perl ソースパッケージをダウンロード:
- [libconfig-file-perl_1.54-2.dsc]
- [libconfig-file-perl_1.54.orig.tar.gz]
- [libconfig-file-perl_1.54-2.debian.tar.xz]
メンテナ:
- Debian Perl Group (QA ページ, メールアーカイブ)
- gregor herrmann (QA ページ)
- Damyan Ivanov (QA ページ)
- Axel Beckert (QA ページ)
外部の資源:
- ホームページ [metacpan.org]
類似のパッケージ:
simple configuration file parsing module
Config::File 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