Help for this page

Select Code to Download


  1. or download this
     
    use strict;
    use warnings;
    ...
        }
       }
    1;
    
  2. or download this
     
    <root>
            <component component_name="n1" />
            <component component_name="n2" />
            <component component_name="n3" />
        </root>
    
  3. or download this
    use strict;
    use MyConfig;
    ...
        my configReader = MyConfig->new( $CONFIG );
        configReader->loadConfig;
    }