NAME

cs::Palm::App::Address - interface to a PDB file for the Palm Pilot Address application


SYNOPSIS

use cs::Palm::App::Address;


DESCRIPTION

The cs::Palm::App::Address module accesses the database for the Palm Pilot Address application. It is a subclass of the cs::Palm::PDB class.

While I had made some progress decoding an address book record, I am greatly indebted to the documentation in p5-Palm-Address.pm by Andrew Arensburger, which describes most of the format in detail.


GENERAL FUNCTIONS


OBJECT CREATION

new cs::Palm::App::Address file

Creates a new cs::Palm::App::Address object attached to the specified file.


OBJECT METHODS

Record(n)

Return an object containing the content of the nth record.


SEE ALSO

cs::Palm(3), cs::Palm::PDB(3)


AUTHOR

Cameron Simpson <cs@zip.com.au>