in reply to Problem with untie
the second thought that i have is that one shouldn't always trust berkeley db's. at least with GDBM_File i encountered severe data losses. if you don't like to rely on a sql-database, and the amount of data is manageable you'll possibly better off with using plain files. if you serialize your data hashes via Storable.pm you'll get clear and reproducable results.local $SIG{HUP} = $SIG{TRAP} = ... = \&sig_message; ... sub sig_message { my $sig = shift; print STDERR "Got signal $sig\n"; }
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Problem with untie
by Anonymous Monk on Feb 20, 2007 at 08:04 UTC |