1DBM::Deep::Null(3) User Contributed Perl Documentation DBM::Deep::Null(3)
23
4
NAME
6DBM::Deep::Null - NULL object
7
PURPOSE
9This is an internal-use-only object for DBM::Deep. It acts as a NULL
10object in the same vein as MARCEL's Class::Null. I couldn't use
11Class::Null because DBM::Deep needed an object that always evaluated as
12undef, not an implementation of the Null Class pattern.
13
OVERVIEW
15It is used to represent null sectors in DBM::Deep.
1617
18
19
perl v5.34.0 2022-01-21 DBM::Deep::Null(3)