Palm::Memo - Handler for Palm Memo databases. |
Palm::Memo - Handler for Palm Memo databases.
use Palm::Memo;
The Memo PDB handler is a helper class for the Palm::PDB package. It parses Memo databases.
The AppInfo block begins with standard category support. See the Palm::StdAppInfo manpage for details.
Other fields include:
$pdb->{appinfo}{sortOrder}
I don't know what this is.
$pdb->{sort}
This is a scalar, the raw data of the sort block.
$record = $pdb->{records}[N]
$record->{data}
A string, the text of the memo.
$pdb = new Palm::Memo;
Create a new PDB, initialized with the various Palm::Memo fields and an empty record list.
Use this method if you're creating a Memo PDB from scratch.
$record = $pdb->new_Record;
Creates a new Memo record, with blank values for all of the fields.
Andrew Arensburger <arensb@ooblick.com>
Palm::PDB(3)
Palm::StdAppInfo(3)
Palm::Memo - Handler for Palm Memo databases. |