Paketname | libconfig-general-perl |
Beschreibung | Generic Configuration Module |
Archiv/Repository | Offizielles Ubuntu Archiv lucid (universe) |
Version | 2.44-1 |
Sektion | universe/perl |
Priorität | optional |
Installierte Größe | 212 Byte |
Hängt ab von | perl |
Empfohlene Pakete | |
Paketbetreuer | Ubuntu Developers |
Quelle | |
Paketgröße | 69840 Byte |
Prüfsumme MD5 | 0eb4f618ea6a6c72cc0c72fe4a54eb36 |
Prüfsumme SHA1 | 8b97a44db0048270266f7316da4641ebd5e00e46 |
Prüfsumme SHA256 | 74a0ffb6a3a569e6d434dc0b585687f100cdae5cc4900dd983ef07647fc8a6f3 |
Link zum Herunterladen | libconfig-general-perl_2.44-1_all.deb |
Ausführliche Beschreibung | This module opens a configuration file and parses its contents for
you. After parsing it returns a hash which contains all options and
their associated values from your configuration file.
.
The format of configuration files supported by Config::General is
inspired by the well known Apache configuration format, in fact, this
module is fully capable of parsing Apache configurations, but the
output is not usable by Apache. You can also just use simple name/value
pairs in your configuration files.
.
In addition to the capabilities of an Apache configuration file it
supports some enhancements such as here-documents, C-style comments and
multi-line options.
|