- or download this
package Parent;
require ('./parent.cfg');
...
@ISA=('Child');
require ('./grandchild.cfg');
- or download this
$config={
string=>"bla",
...
},
# etc, put any valid perl data structure here
};
- or download this
in parent.cfg
#...
...
in child.cfg
#...
list=>['val1','val2','val3','FOO','BAR'],
- or download this
parent.cfg:
%config=(
...
config_remove('DontNeedThisHere');
config_push('array',$newval,$anotherval);
# and some other data manipulation routines