Anonymous Monk has asked for the wisdom of the Perl Monks concerning the following question:

Hi, the documentation for Activeperl talks about an "AnyDBM" pure virtual base class, but doesn't talk about the actual DBM classes. I didn't see any on their perl module download site either. Where/how can I get this? Or do I need to get another kind of perl for NT? Thanks

Replies are listed 'Best First'.
Re: Berkeley DB on ActivePerl
by unb0rn (Scribe) on Jul 06, 2001 at 03:47 UTC
    In the command shell:
    PPM
    This get's you into the Package Manager.
    install DB_File

    Really, ActiveState could include BDB in the distribution :(