Thread Tie mit Multihash: Tie mit Multihash und DB_File (6 answers)
Opened by tryit at 2003-08-25 18:31

pq
 2003-08-25 18:49
#31990 #31990
User since
2003-08-04
12208 Artikel
Admin1
[Homepage]
user image
[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: Wiki:Wie frage ich & perlintro Wiki:brian's Leitfaden für jedes Perl-Problem

View full thread Tie mit Multihash: Tie mit Multihash und DB_File