Hi ,

I am using DBM::Deep to store my HoH.

 my $db = new DBM::Deep(
             file => "hash.db",
             locking => 1,
             autoflush => 1
        );

I want to reuse the same hash.db next time I run rather than recreate
hash.db from scratch using new. Is it possible to do so ?

Regards,
Punit

Reply via email to