in reply to Re: Re: Re: Re: Re: eval with sub
in thread eval with sub

And besides that, there's also apparently a leak in the compiler, so repeated compilation continues to leak. I think it shows up particularly if the compiler has to abort in the middle, and less so if the compiler completes its task on a compilation unit.

Hence, repeated runtime string-eval is bad. Don't do it.

-- Randal L. Schwartz, Perl hacker