>
> it seems that embperl is loosing the values for recursive process.
>
> Do  you know a way to do recursive processes with embperl? i am using
> embperl 1.3.4
>

If you are using Embperl's [$ sub $] or Execute to do the recursive call you
need to declare the variables local. In Embperl you can do this with

[*
local $foo ;
local $bar ;
*]

Note that in 1.3.4 'my' instead of local does not work (in 2.0 it does)

Gerald


-------------------------------------------------------------
Gerald Richter    ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting

Post:       Tulpenstrasse 5         D-55276 Dienheim b. Mainz
E-Mail:     [EMAIL PROTECTED]         Voice:    +49 6133 925131
WWW:        http://www.ecos.de      Fax:      +49 6133 925152
-------------------------------------------------------------


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to