>
> And then in base.epl, something like this:
>
> eval { Execute('*') };
> if($@) {
> Execute('error.epl', $@);
> }
>
Instead use
Execute({inputfile => '*', options => Embperl::Constant::optReturnError,
errors => [EMAIL PROTECTED]) ;
if (@errors) {
Execute (....
}
Gerald
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
