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

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.