The London Perl and Raku Workshop takes place on 26th Oct 2024. If your company depends on Perl, please consider sponsoring and/or attending.

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. Code which requires such a perl should simply use NBDM_File directly.