NAME
XBase::Memo - Generic support for various memo formats
SYNOPSIS
Used indirectly, via XBase.
DESCRIPTION
Objects of this class are created to deal with memo files, currently .dbt. Defines method read_header to parse that header of the file and set object's structures, write_record and last_record to work properly on this type of file.
There are two separate packages in this module, XBase::Memo::dBaseIII and XBase::Memo::dBaseIV. Memo objects are effectively of one of these types and they specify read_record and write_record methods.
VERSION
0.045
AUTHOR
(c) Jan Pazdziora, adelton@fi.muni.cz
SEE ALSO
perl(1), XBase(3)