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

CONTENTS

NAME

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

DESCRIPTION

This class provides EXISTS support for NDBM_File.

In Perl 5.37.3, support for EXISTS was added to NDBM_File itself. Any code which already requires perl >= 5.37.3 should be rewritten to use NDBM_File directly.