Thread Tie mit Multihash: Tie mit Multihash und DB_File
(6 answers)
Opened by tryit at 2003-08-25 18:31
[quote=tryit,25.08.2003, 16:47]Einfach so geht's leider nicht!
Wie ist dass mit Storable, dass kenne ich nicht. Hast du ein Beispiel?[/quote] wie wärs mit perldoc Storable? Code (perl): (dl
)
1 2 3 use Storable; store $hashref, $file; # oder store \%hash, $file; my $newhashref = retrieve $file; 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 |