Help for this page

Select Code to Download


  1. or download this
    print "Hello, World";
    
  2. 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();