On Tue, 1 Aug 2000, Buddha Buck wrote:

> I haven't looked at the internals for local, but isn't:

Nope.  Local works on globals and "$unnamed_foo" isn't a lexical, its a
global available inside called functions.  So when you call
uses_foo() from within the block it will see the local value of $foo.

-sam


Reply via email to