FreeBSD Port: p5-MLDBM-Sync-0.30

Raphael Leplae raphael at scmbb.ulb.ac.be
Tue Oct 7 07:42:45 PDT 2003


Hi Erwin,

I'm trying to use 'MLDBM::Sync' but when I do:

use MLDBM::Sync;
use MLDBM qw(DB_File Storable);
use Fcntl;

my %hash;
$dbm = tie %hash, 'MLDBM::Sync', $file, O_CREAT|O_RDWR, 0664;
(tied %hash)->DumpMeth('portable');

I get the following error message:
DumpMeth not handled by object MLDBM::Sync=HASH(0x8400270) at 
/usr/lib/perl5/site_perl/5.8.0/MLDBM/Sync.pm line 62.

Any idea to solve this?

Thank you in advance.

Raphael
-- 
________________________________________________________

Raphael Leplae, Ph.D.
Research Scientist
SCMBB - ULB 			Tel: +32 2 6505499
Blvd du Triomphe - CP 263	Fax: +32 2 6505425
1050 Brussels			raphael at scmbb.ulb.ac.be
Belgium 			http://scmbb.ulb.ac.be
________________________________________________________



More information about the freebsd-ports mailing list