Gerald,

Le 16/04/2012 14:36, rich...@ecos.de 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)
embp...@thefreecat.org                       /\\
Independant Consultant and Developer        _\_V

---------------------------------------------------------------------
To unsubscribe, e-mail: embperl-unsubscr...@perl.apache.org
For additional commands, e-mail: embperl-h...@perl.apache.org

Reply via email to