You are viewing the version of this documentation from Perl blead. This is the main development branch of Perl. (git commit 94b79ff119f82f12ab36be7c30e77d9e5f51c0bd)

CONTENTS

NAME

Memoize::AnyDBM_File - glue to provide EXISTS for AnyDBM_File for Storable use

DESCRIPTION

This class does the same thing as AnyDBM_File, except that instead of NDBM_File itself it loads Memoize::NDBM_File if NDBM_File lacks EXISTS support.

Code which requires perl 5.37.3 or newer should simply use AnyBDM_File directly.