1XBase::Memo(3) User Contributed Perl Documentation XBase::Memo(3)
2
3
4
6 XBase::Memo - Generic support for various memo formats
7
9 Used indirectly, via XBase. Users should check its man page.
10
12 Objects of this class are created to deal with memo files, currently
13 .dbt, .fpt and .smt (code for this provided by Dirk Tostmann). Package
14 XBase::Memo defines methods read_header to parse that header of the
15 file and set object's structures, write_record and last_record to write
16 the records properly formated and find the end of file.
17
18 There are four separate subpackages in XBase::Memo, dBaseIII, dBaseIV,
19 Fox and Apollo. Memo objects are effectively of one of these types and
20 they override their specific record handling routines where
21 appropriate.
22
24 1.02
25
27 http://www.adelton.com/perl/DBD-XBase/
28
30 (c) 1997--2011 Jan Pazdziora.
31
33 perl(1), XBase(3)
34
35
36
37perl v5.34.0 2022-01-21 XBase::Memo(3)