Palm::Progect::Prefs - Preferences of the Progect Database


Palm-Progect documentation Contained in the Palm-Progect distribution.

Index


Code Index:

NAME

Top

Palm::Progect::Prefs - Preferences of the Progect Database

DESCRIPTION

Top

The Preferences system is not currently implemented.

AUTHOR

Top

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/

SEE ALSO

Top

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