Thread Perl Objekte (Variablen, Arrays, Hashes, usw) in Datei speichern
(7 answers)
Opened by roooot at 2009-07-15 11:56
musst du mit Storable genauso. bzw. erledigt das ja das modul fur dich. Storable::retrieve und YAML::Load ist doch gleichviel aufwand...
Always code as if the guy who ends up maintaining your code will be a violent psychopath who knows where you live. -- Damian Conway in "Perl Best Practices"
lesen: Wie frage ich & perlintro brian's Leitfaden für jedes Perl-Problem |