Hello, We have installed Embperl 2.0b8 on RedHat 8.0 with perl downgraded to 5.6.1. We encountered the following problem: when an embperl sub is called from an embperl sub, the output from it is lost. That happens only if you call the sub before making any output from the parent sub.
E.g.: [$ sub test1 $] [- test2(); -] hello from test1 [$ endsub $] [$ sub test2 $] hello from test2 [$ endsub $] embpexec.pl gives the following output: " hello from test1(). " But it works this way: [$ sub test1 $] This sentence makes everything work. [- test2(); -] hello from test1 [$ endsub $] [$ sub test2 $] hello from test2 [$ endsub $] The output is as expected: " This sentence makes everything work. hello from test2(). hello from test1(). " It is not impossible that the problem is triggered by RedHat 8, can anyone check on their own Embperl 2.0b8 installation? -- Best Regards, Vladimir Systems Engineer (RHCE) --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
