NAME

cs::Palm::PDB - read and write Palm Pilot database files


SYNOPSIS

use cs::Palm::PDB;


DESCRIPTION

The cs::Palm::PDB module interfaces to a Palm Pilot database file.


GENERAL FUNCTIONS

toc(file)

Print a table of contents of the database file.


OBJECT CREATION

new cs::Palm::PDB file, creator, dbname

Create a cs::Palm::PDB object attached to the file. if file exists it must match the creator and dbname supplied.


OBJECT METHODS

FileName(file)

Set or return the filename to which this object is attached.

NRecords()

Return the number of records in the file.

Record(n)

Return the content of record n (counting from zero) as a string.


SEE ALSO

cs::Palm(3)


AUTHOR

Cameron Simpson <cs@zip.com.au>