1DBM::Deep::Null(3pm) User Contributed Perl Documentation DBM::Deep::Null(3pm)
2
3
4
6 DBM::Deep::Null - NULL object
7
9 This is an internal-use-only object for DBM::Deep. It acts as a NULL
10 object in the same vein as MARCEL's Class::Null. I couldn't use
11 Class::Null because DBM::Deep needed an object that always evaluated as
12 undef, not an implementation of the Null Class pattern.
13
15 It is used to represent null sectors in DBM::Deep.
16
17
18
19perl v5.38.0 2023-09-03 DBM::Deep::Null(3pm)