in reply to Re^3: MLDMB Problem
in thread MLDBM Problem

I wasn't able to replicate your results. I ran the snippet provided on the MLDBM man page, adding "qw(DB_File)" as needed, and used the resulting hash file as input for your snippet -- no errors. When I added "use Data::Dumper" and "print Dumper(...)" (as in the man page code), the output was as expected.

Maybe you should check that your MLDBM and Data::Dumper modules are both up-to-date?

Replies are listed 'Best First'.
Re^5: MLDMB Problem
by cormanaz (Deacon) on Aug 09, 2008 at 17:46 UTC
    Yeah I will try that, and it that doesn't work I'll just extract the data I need with DB_File. Thanks for your help.