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