Re: The old $x will not stay shared thing.

2006-01-16 Thread Larry Wall
On Mon, Jan 16, 2006 at 02:38:14PM +0800, Audrey Tang wrote: : -BEGIN PGP SIGNED MESSAGE- : Hash: SHA1 : : I'm almost sure this had been covered before, but I failed to find a : reference in either the archives or in synopses, so here goes again: : : sub f ($x) { : sub g ($y)

Re: The old $x will not stay shared thing.

2006-01-16 Thread Rob Kinyon
On 1/16/06, Larry Wall [EMAIL PROTECTED] wrote: Yes, at least for any block that really is capturing a closure. Perhaps we need to distinguish those from accidentally nested top-level functions. But undecorated sub is more-or-less defined to be our sub anyway, just as with package, module,