Paketname | libconfig-file-perl |
Beschreibung | Parses simple configuration files |
Archiv/Repository | Offizielles Debian Archiv squeeze (main) |
Version | 1.50-2 |
Sektion | perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Debian Perl Group |
Quelle | |
Paketgröße | 10014 Byte |
Prüfsumme MD5 | 9507b887164fd024b802350173983f0b |
Prüfsumme SHA1 | 06006c506c3b31f60440f52bf1b7622d3db34cac |
Prüfsumme SHA256 | c6288e9a3a8e3709a1c37b8e0964c9839593b3a42a94280196a3238f0f172677 |
Link zum Herunterladen | libconfig-file-perl_1.50-2_all.deb |
Ausführliche Beschreibung | 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
|