Perl extension for managing preferences of refdb apps
use RefDB::Prefs;
my %prefs;
my $prefs = RefDB::Prefs::->new(\*(L"/usr/local/etc/myapprc\*(R", \*(L"/home/user/myapprc\*(R");
RefDB::Prefs allows one to read the contents of global and personal config files into a hash. Personal settings override global settings.
Send bug reports, questions, and comments to the refdb-users mailing list at:
For list information and archives, please visit:
http://lists.sourceforge.net/lists/listinfo/refdb-users
Markus Hoenicka, [email protected]
This module is part of the RefDB package, a reference manager and bibliography tool for markup languages. Please visit http://refdb.sourceforge.net for further information.