>
> According to the description of what gets cleaned automatically, %modify
> should be cleaned, because it's set in code in the webpage itself.

As long as it is not declared with "my" and not imported by any other module
before that line

> But
> it isn't being cleaned, unless we explicitly place it in %CLEANUP.  As I
> mentioned, I hadn't actually turned that logging on to look at what is
> being cleaned.  As it happens, Embperl is actually not trying to delete
> the variable created in the above assignment at all - I'm guessing this
> is due to that not matching the regex you have for 'what is a variable
> assignment'.
>

There is no regex. Embperl simply looks at the end of the request which
variables exists and are not imported and cleans them up.

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