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
- Typeglobs, filehandles, asterisks Peter Scott
- Re: Typeglobs, filehandles, asterisks skud
- Re: Typeglobs, filehandles, asterisks Tom Christiansen
- Re: Typeglobs, filehandles, asterisks Ted Ashton
- RE: Typeglobs, filehandles, asterisks Garrett Goebel
- RE: Typeglobs, filehandles, asterisks Dan Sugalski
- Re: Typeglobs, filehandles, asterisks Hildo Biersma
- Re: Typeglobs, filehandles, asterisks Dan Sugalski
- Re: Typeglobs, filehandles, asteris... Buddha Buck
- Re: Typeglobs, filehandles, ast... Sam Tregar
- Re: Typeglobs, filehandles, ast... Nick Ing-Simmons
- Re: Typeglobs, filehandles,... Matthew Persico
- Re: Typeglobs, filehandles, asteris... Chaim Frenkel
- Re: Typeglobs, filehandles, ast... Dan Sugalski
- Re: Typeglobs, filehandles,... Chaim Frenkel
- multiline comments Michael Mathews
- Re: multiline comments Tom Christiansen
- Re: multiline comments Tom Christiansen
- Re: multiline comments Michael Mathews
- Re: multiline comments Tom Christiansen