in reply to Re: Strange memory growth?in thread Strange memory growth?
It still get's put inside a block:
$ perl -MO=Deparse -e 'if(1) { $foo = "perl" x 1000000; sleep 5; }' do { $foo = 'perl' x 1000000; sleep 5 }; [download]
----I wanted to explore how Perl's closures can be manipulated, and ended up creating an object system by accident. -- Schemer
: () { :|:& };:
Note: All code is untested, unless otherwise stated