>
> how can I check that *which* variables *not* are being cleaned up after
> each call? is there a way?
>
Embperl cleans up only variables of your page, not variables of other
namespace or modules.
You can see which variables are cleaned up by setting the dbgShowCleanup
debug flag
> mayb I could register_cleanup from the module, but I guess that'd make
> a mess: a module gets 'used' by an embperl page, and registers a cleanup
> handler. Then embperl finishes processing, cleans up everything and
> right afterwards comes mod_perl, calling the registered method. sounds
> like a recipe for coredump hell.
>
It wouldn't get so bad, because Perl cares about that. The most bad thing
that could happen, is that you get some waring or errors about undefined
variables.
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 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]