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

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.