Bart Lateur wrote: > The idea is inspired, not just by the existing BEGIN and END blocks > syntax, but also by the fact that in 5.6.0, you can put a sub definition > inside another sub. You can nest them. The effect is that nested sub is > only visible from within the outer sub. That seems rather appropriate > here. Right. I'm particularly concerned about lexical variables; a post block ought to have scope to the my vars in the block to which it pertains. Sticking it inside lexically makes this clear. -- John Porter
- Re: assign to magic name-of-function variab... David L. Nicol
- Re: assign to magic name-of-function variab... John Porter
- Re: assign to magic name-of-function variab... Peter Scott
- Re: assign to magic name-of-function variab... David L. Nicol
- Re: assign to magic name-of-function variab... Nicholas Clark
- POST blocks (like END, but in a sub or sub-... David L. Nicol
- Re: POST blocks (like END, but in a sub or ... Nicholas Clark
- Re: POST blocks (like END, but in a sub or ... David L. Nicol
- Re: POST blocks (like END, but in a sub or ... Nicholas Clark
- Re: POST blocks (like END, but in a sub or ... Bart Lateur
- Re: POST blocks (like END, but in a sub or ... John Porter
- Re: POST blocks (like END, but in a sub or ... John Porter
- Re: assign to magic name-of-function variab... Glenn Linderman
- Re: assign to magic name-of-function variable i... Glenn Linderman
- Re: assign to magic name-of-function variable i... Johan Vromans
- Re: assign to magic name-of-function variable inste... Jarkko Hietaniemi
- Re: assign to magic name-of-function variable instead of... Bart Lateur
- Re: assign to magic name-of-function variable inste... Johan Vromans
- Re: assign to magic name-of-function variable i... John Porter
- Re: assign to magic name-of-function variable i... Ariel Scolnicov
- more POST recitation David L. Nicol