Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 07 Oct 2003 16:41:34 +0200
From:      Raphael Leplae <raphael@scmbb.ulb.ac.be>
To:        erwin@FreeBSD.org
Cc:        ports@FreeBSD.org
Subject:   FreeBSD Port: p5-MLDBM-Sync-0.30
Message-ID:  <3F82D09E.30001@scmbb.ulb.ac.be>

next in thread | raw e-mail | index | archive | help
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@scmbb.ulb.ac.be
Belgium 			http://scmbb.ulb.ac.be
________________________________________________________



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?3F82D09E.30001>