parent.cfg: %config=( # complex data structur ) child.cfg: config_add('newval',$datastruct); config_remove('DontNeedThisHere'); config_push('array',$newval,$anotherval); # and some other data manipulation routines