| Palm-Progect documentation | Contained in the Palm-Progect distribution. |
Palm::Progect::Prefs - Preferences of the Progect Database
The Preferences system is not currently implemented.
Michael Graham <mag-perl@occamstoothbrush.com>
Copyright (C) 2002-2005 Michael Graham. All rights reserved. This program is free software. You can use, modify, and distribute it under the same terms as Perl itself.
The latest version of this module can be found on http://www.occamstoothbrush.com/perl/
progconv
Palm::PDB(3)
http://progect.sourceforge.net/
| Palm-Progect documentation | Contained in the Palm-Progect distribution. |
package Palm::Progect::Prefs; use strict;
use base 'Palm::Progect::VersionDelegator'; 1; __END__ Ideas for importing/exporting prefs in various formats: text format: pref: name: value html format: <!-- prefs pref: name: value --> csv format: pref_name, pref_value