This is still a bug. Try this:
use strict; use warnings; if (1) { my $a = 100; } print $a;
If you are not allowed to ref that $a any more, once exit that if block, there is absolutely no point not to garbage collect it.
In reply to Re: Re: Strange memory growth?
by pg
in thread Strange memory growth?
by meetraz
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |