[ 源代码: libconfig-tiny-perl ]
软件包:libconfig-tiny-perl(2.23-1)
libconfig-tiny-perl 的相关链接
Debian 的资源:
下载源码包 libconfig-tiny-perl:
- [libconfig-tiny-perl_2.23-1.dsc]
- [libconfig-tiny-perl_2.23.orig.tar.gz]
- [libconfig-tiny-perl_2.23-1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [metacpan.org]
相似软件包:
Read/Write .ini style files with as little code as possible
Config::Tiny is a perl class to read and write .ini style configuration files with as little code as possible, reducing load time and memory overhead.
This module is primarily for reading human written files, and anything written into shouldn't need to have documentation/comments. If something with more power is needed, move up to Config::Simple, Config::General or one of the many other Config:: modules. Config::Tiny does not preserve comments, whitespace, or the order of the file contents.