On Fri, 11 Jan 2002, Gerald Richter wrote: >> 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.
How does it know what was imported? Either my brain isn't working right, or there isn't a really intuitive way to do this. Whichever it is, it seems it's not working, given that %modify isn't imported into my code, yet isn't getting cleaned unless I specifically add it to the cleanup list. Ed --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
