Gerald,

Le 16/04/2012 14:36, [email protected] a écrit :
Embperl is cleaning up all global variables at the end of the page, so they 
don't persist and interfere with the next request.
@tmp is cleaned up, before it gets written to %udat.

Ok ! Not very intuitive but makes sense. That explains everything.

If you use "my @tmp " instead it should work, or you can avoid cleaning up @tmp 
by putting it's
> name into %CLEANUP with value 0 
(http://perl.apache.org/embperl/pod/doc/Embperl.-page-5-.htm#sect_28)

Thanks a lot for the explanations and tips. It is very clear.

--
Jean-Christophe Boggio                       -o)
[email protected]                       /\\
Independant Consultant and Developer        _\_V

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to