[ 源代码: libconfig-file-perl ]
软件包:libconfig-file-perl(1.51-1)
libconfig-file-perl 的相关链接
Debian 的资源:
下载源码包 libconfig-file-perl:
- [libconfig-file-perl_1.51-1.dsc]
- [libconfig-file-perl_1.51.orig.tar.gz]
- [libconfig-file-perl_1.51-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Parses simple configuration files
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