RE: suggestion for Embperl Execute nested

2000-04-21 Thread Gerald Richter
> > I am calling a (child) epl from a (parent) epl via [- Execute($child, > $param) -] > The child epl does some processing based on the passed $param and creates > some variables. The problem is that I would like to use child's > vars in the > parent epl and i don't want to have to pass these var

suggestion for Embperl Execute nested

2000-04-20 Thread Ilia Lobsanov
Gerald, et al; Please consider this: I am calling a (child) epl from a (parent) epl via [- Execute($child, $param) -] The child epl does some processing based on the passed $param and creates some variables. The problem is that I would like to use child's vars in the parent epl and i don't want