-
-
16 Jan 2017 09:50:34 UTC
- Distribution: DBD-XBase
- Source (raw)
- Browse (raw)
- Changes
- How to Contribute
- Issues (15)
- Testers (1319 / 19 / 8)
- Kwalitee
Bus factor: 0- 58.29% Coverage
- License: unknown
- Activity
24 month- Tools
- Download (111.06KB)
- MetaCPAN Explorer
- Permissions
- Subscribe to distribution
- Permalinks
- This version
- Latest version
- Dependencies
- unknown
- Reverse dependencies
- CPAN Testers List
- Dependency graph
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
1.02
AVAILABLE FROM
http://www.adelton.com/perl/DBD-XBase/
AUTHOR
(c) 1997--2011 Jan Pazdziora.
SEE ALSO
perl(1), XBase(3)
Module Install Instructions
To install DBD::XBase, copy and paste the appropriate command in to your terminal.
cpanm DBD::XBase
perl -MCPAN -e shell install DBD::XBase
For more information on module installation, please visit the detailed CPAN module installation guide.