cs::Palm::PDB - read and write Palm Pilot database files
use cs::Palm::PDB;
The cs::Palm::PDB module interfaces to a Palm Pilot database file.
Print a table of contents of the database file.
Create a cs::Palm::PDB object attached to the file. if file exists it must match the creator and dbname supplied.
Set or return the filename to which this object is attached.
NRecords()
Return the number of records in the file.
Return the content of record n (counting from zero) as a string.
cs::Palm(3)
Cameron Simpson <cs@zip.com.au>