NAME

XBase::Memo - Generic support for various memo formats

SYNOPSIS

Used indirectly, via XBase. Users should check its man page.

DESCRIPTION

Objects of this class are created to deal with memo files, currently .dbt and .fpt. 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 these types of file.

There are three separate subpackages in XBase::Memo, dBaseIII, dBaseIV and Fox. Memo objects are effectively of one of these types and they specify their specific read_record and write_record methods.

VERSION

0.061

AUTHOR

(c) 1997-1998 Jan Pazdziora, adelton@fi.muni.cz

SEE ALSO

perl(1), XBase(3)