Query: todo
OS: redhat
Section: 3pm
Format: Original Unix Latex Style Formatted with HTML and a Horizontal Scroll Bar
ToDo(3pm) User Contributed Perl Documentation ToDo(3pm)NAMEPalm::ToDo - Handler for Palm ToDo databases.SYNOPSISuse Palm::ToDo;DESCRIPTIONThe ToDo PDB handler is a helper class for the Palm::PDB package. It parses ToDo databases. AppInfo block The AppInfo block begins with standard category support. See Palm::StdAppInfo for details. Other fields include: $pdb->{appinfo}{dirty_appinfo} $pdb->{appinfo}{sortOrder} I don't know what these are. Sort block $pdb->{sort} This is a scalar, the raw data of the sort block. Records $record = $pdb->{records}[N] $record->{due_day} $record->{due_month} $record->{due_year} The due date of the ToDo item. If the item has no due date, these are undefined. $record->{completed} This is defined and true iff the item has been completed. $record->{priority} An integer. The priority of the item. $record->{description} A text string. The description of the item. $record->{note} A text string. The note attached to the item. Undefined if the item has no note. new $pdb = new Palm::ToDo; Create a new PDB, initialized with the various Palm::ToDo fields and an empty record list. Use this method if you're creating a ToDo PDB from scratch. new_Record $record = $pdb->new_Record; Creates a new ToDo record, with blank values for all of the fields. "new_Record" does not add the new record to $pdb. For that, you want "$pdb->append_Record".SOURCE CONTROLThe source is in Github: http://github.com/briandfoy/p5-Palm/tree/masterAUTHORAlessandro Zummo, "<a.zummo@towertech.it>" Currently maintained by brian d foy, "<bdfoy@cpan.org>"SEE ALSOPalm::PDB(3) Palm::StdAppInfo(3) perl v5.10.1 2010-02-23 ToDo(3pm)
Related Man Pages |
---|
address(3pm) - debian |
mail(3pm) - debian |
address(3pm) - osf1 |
address(3pm) - mojave |
todo(3pm) - redhat |
Similar Topics in the Unix Linux Community |
---|
Inserting into first record using perl |
Deleting Duplicate Records |
Sorting record |
Help with Comparing 2 strings from text |
Adding lines to a large file |