Paketname | libconfig-file-perl |
Beschreibung | Parses simple configuration files |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 1.50-2 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 64 Byte |
Hängt ab von | perl (>= 5.6.0-16) |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu MOTU Developers |
Quelle | |
Paketgröße | 10056 Byte |
Prüfsumme MD5 | ff48f142b407d0eb4593ef02bda96ec0 |
Prüfsumme SHA1 | d8b51f672e1d7986e1fc08cffd2fdcc6104f0806 |
Prüfsumme SHA256 | 0eaf8c83b56b99af0af7c6564e3e503f2c3fdd81653466d8801b126b7dd83c7b |
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
|