[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: A review of changes between 5.1 and 5.2-work3
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Thu, 20 May 2010 13:54:48 -0300
> Is _ENV inherited by functions called from foo()?
No. You're missing that all this is lexical. Function use whatever _ENV
they see at compilation time. (Even if most of the time _ENV is hidden.)