Re: Embperl cleanup stuff

2002-01-14 Thread Ed Grimm
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 i

Re: Embperl cleanup stuff

2002-01-11 Thread Gerald Richter
> > 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 pla

Re: Embperl cleanup stuff

2002-01-11 Thread Ed Grimm
On Fri, 11 Jan 2002, Gerald Richter wrote: >> We have a set of Embperl web pages which have a common backend (perl >> library) which populates many values in the page dataspace. Is there a >> way to do cleanup on this other than adding each variable to %CLEANUP as >> it is set? > > No > >> If

Re: Embperl cleanup stuff

2002-01-10 Thread Gerald Richter
> We have a set of Embperl web pages which have a common backend (perl > library) which populates many values in the page dataspace. Is there a > way to do cleanup on this other than adding each variable to %CLEANUP as > it is set? > No > If the answer is no, would y'all be interested in >