Help for this page

Select Code to Download


  1. or download this
    <?xml version ="1.0"?>
    <config>
    ...
            <password>pass</password>
        </application>
    </config>
    
  2. or download this
    use POE::Preprocessor;
    const XNode POE::Filter::XML::Node
    ...
    warn Data::Dumper::Dumper( $config );
    
    exit(0);