develooper Front page | perl.beginners | Postings from August 2012

Using existing db in DBM::Deep

Thread Next
From:
punit jain
Date:
August 8, 2012 05:21
Subject:
Using existing db in DBM::Deep
Message ID:
CAFXWBQK9jYFDKJvE28xnUSV7pgpw4iGxCu7Pj+j=ZsSQpfTvQA@mail.gmail.com
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


Thread Next


nntp.perl.org: Perl Programming lists via nntp and http.
Comments to Ask Bjørn Hansen at ask@perl.org | Group listing | About