On Sun, 4 Feb 2001 15:43:29 -0500, James Mastros wrote: >The $__ option seems a lot better to me, because there's no syntatical >reason against self-reference. ($^R for return might be a better name -- >unless we've already used that for somthing else. Nope.) What do you mean, "nope"? It *is* in use. The (?{...}) embed-perl-code-in-a-regex feature sets it. With a return value. Hah. BTW I think the whole idea is bad. I like "return FOO". Neat and simple. At least it's independent of the sub's name. I wish this could be extended to doing recursive calls without having to say the subs own name, again. -- Bart.
- assign to magic name-of-function variable instead of "... David L. Nicol
- Re: assign to magic name-of-function variable instead ... Peter Scott
- Re: assign to magic name-of-function variable instead ... David L. Nicol
- Re: assign to magic name-of-function variable inst... James Mastros
- Re: assign to magic name-of-function variable ... Johan Vromans
- Re: assign to magic name-of-function varia... James Mastros
- Re: assign to magic name-of-function ... Bart Lateur
- Re: assign to magic name-of-funct... James Mastros
- Re: assign to magic name-of-f... abigail
- Re: assign to magic name-of-f... James Mastros
- Re: assign to magic name-of-f... Branden
- a name for the currently exec... David L. Nicol
- Re: a name for the currently ... Dan Sugalski
- Re: a name for the currently ... David L. Nicol
- Re: a name for the currently ... Peter Scott
- Re: a name for the currently ... Dan Sugalski
- Re: a name for the currently ... Nicholas Clark