> > What about C<hide> ? > > Here's yet another one - how about "here"? > > { > here $/ = "\n"; # what it is in here > > } > > Not really any confusion on this - $/ is "\n" 'in here', but maybe > something else outside. > > Unlike "hide" or others, this doesn't connote it's necessarily any > different from somewhere else - just that it's this value inside the > current block (which is what we're after, I think). But it isn't "here" that's the problem. If we just wanted to change the value "here", we could use my(). The problem is that local() changes the value for somewhere else as well as here. Other names suggested (like "shadow", or "mask") convey that idea better than "here". > > ????? > > -Nate -- Buddha Buck [EMAIL PROTECTED] "Just as the strength of the Internet is chaos, so the strength of our liberty depends upon the chaos and cacophony of the unfettered speech the First Amendment protects." -- A.L.A. v. U.S. Dept. of Justice
- RFC: Rename local() operator J. David Blackstone
- Re: RFC: Rename local() operator skud
- Re: RFC: Rename local() operator Jonathan Scott Duff
- Re: RFC: Rename local() operator Bart Lateur
- Re: RFC: Rename local() operator Jonathan Scott Duff
- Re: RFC: Rename local() operator Chaim Frenkel
- Re: RFC: Rename local() operator Nick Ing-Simmons
- Re: RFC: Rename local() operator Russ Allbery
- Re: RFC: Rename local() operator Nathan Wiger
- Re: RFC: Rename local() operator Nathan Wiger
- Re: RFC: Rename local() operator Buddha Buck
- Re: RFC: Rename local() oper... Nathan Wiger
- Re: RFC: Rename local() oper... Ariel Scolnicov
- Re: RFC: Rename local() oper... John Porter
- Re: RFC: Rename local() ... Nathan Wiger
- Re: RFC: Rename local() ... Piers Cawley
- Re: RFC: Rename local() ... Bart Lateur
- Re: RFC: Rename local() ... Jonathan Scott Duff
- Re: RFC: Rename local() ... Nathan Wiger
- Re: RFC: Rename local() operator Jonathan Scott Duff
- Re: RFC: Rename local() oper... Peter Scott