or download this
use Config::Parser; # "clever" in house module to parse config files;
+relies heavily on closures, XS, and mutual recursion; contains own le
+xer and parser
...
$parser->set_Encoding( Language::Glyph::Unicode->get_encoding( $ENV{LA
+NGUAGE} ) );
$parser->set_display_string( $parser->get_data(TYPE=>GREETING));
$parser->output_display_string();