AnyDBM_File(3p) Perl Programmers Reference Guide AnyDBM_File(3p)
AnyDBM_File(3p) Perl Programmers Reference Guide AnyDBM_File(3p) # AnyDBM_File(3p) Perl Programmers Reference Guide AnyDBM_File(3p) NNAAMMEE # AnyDBM_File - provide framework for multiple DBMs SSYYNNOOPPSSIISS # use AnyDBM_File; DDEESSCCRRIIPPTTIIOONN # This module is a "pure virtual base class"--it has nothing of its own. It's just there to inherit from one of the various DBM packages. It prefers ndbm for compatibility reasons with Perl 4, then Berkeley DB (See DB_File), GDBM, SDBM (which is always there--it comes with Perl), and finally ODBM. ...