Thread Suche sowas wie Config::IniFiles ohne Attribut=Wert (7 answers)
Opened by pktm at 2011-09-02 22:16

rosti
 2011-09-03 08:58
#152067 #152067
User since
2011-03-19
3505 Artikel
BenutzerIn
[Homepage]
user image
Datenstruktur Key mit ArrayRefs, also ein Hash:

Code (perl): (dl )
1
2
3
4
$objects = {
 foo => [1,2,3],
 bar => [4,5,6],
};


Da würde ich einen Wrapper schreiben mit Storable.pm als Serializer.

View full thread Suche sowas wie Config::IniFiles ohne Attribut=Wert