1DBM::Deep::Iterator(3)User Contributed Perl DocumentationDBM::Deep::Iterator(3)
2
3
4

NAME

6       DBM::Deep::Iterator - iterator for FIRSTKEY() and NEXTKEY()
7

PURPOSE

9       This is an internal-use-only object for DBM::Deep. It is the iterator
10       for FIRSTKEY() and NEXTKEY().
11

OVERVIEW

13       This object
14

METHODS

16   new(\%params)
17       The constructor takes a hashref of params. The hashref is assumed to
18       have the following elements:
19
20       •   engine (of type DBM::Deep::Engine
21
22       •   base_offset (the base_offset of the invoking DBM::Deep object)
23
24   reset()
25       This method takes no arguments.
26
27       It will reset the iterator so that it will start from the beginning
28       again.
29
30       This method returns nothing.
31
32   get_next_key( $obj )
33perl v5.32.1                      2021-01-27            DBM::Deep::Iterator(3)
Impressum