Jan Pazdziora > DBD-XBase-0.241 > XBase::Memo

Download:
DBD-XBase-0.241.tar.gz

Dependencies

Annotate this POD

CPAN RT

New  7
Open  1
View Bugs
Report a bug
Module Version: 0.200   Source  

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, .fpt and .smt (code for this provided by Dirk Tostmann). Package XBase::Memo defines methods read_header to parse that header of the file and set object's structures, write_record and last_record to write the records properly formated and find the end of file.

There are four separate subpackages in XBase::Memo, dBaseIII, dBaseIV, Fox and Apollo. Memo objects are effectively of one of these types and they override their specific record handling routines where appropriate.

VERSION ^

0.200

AUTHOR ^

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

SEE ALSO ^

perl(1), XBase(3)