On Tue, 12 Nov 2002, Rocco Caputo wrote:

> I have forwarded your patch to the task queue at [EMAIL PROTECTED]

OK, thanks.  How long do those usually take?  There are about 20 unfiled
items.

> I have been recommending
> 
>     Program => sub { do_something($abc, $something_else) },
> 
> which doesn't eliminate the closures you want to avoid.  What sort of
> problems are you running into with closures?

I am seeing memory leaks in my code.  When I am not using closures leaks
disappear.  The interpreter does not deallocate memory in some cases from
scope in which variables were declared and later referenced from closures.

- Dmitri.


Reply via email to