>>>>> "DS" == Dan Sugalski <[EMAIL PROTECTED]> writes: DS> Nah, if it's in for scalars it might as well be in for everything. Not that DS> much more work to make it proper for hashes and arrays. (muddies empty list DS> assignments for hashes since you need to track which keys are localized, DS> but that's about it) {Was,is}n't there a bug: @arr = 1..50; { local $arr[25] = 30; pop(@arr); } What is in 25..30? <chaim> -- Chaim Frenkel Nonlinear Knowledge, Inc. [EMAIL PROTECTED] +1-718-236-0183
- 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, asterisks Buddha Buck
- Re: Typeglobs, filehandles, asteris... Sam Tregar
- Re: Typeglobs, filehandles, asteris... Nick Ing-Simmons
- Re: Typeglobs, filehandles, ast... Matthew Persico
- Re: Typeglobs, filehandles, asterisks Chaim Frenkel
- Re: Typeglobs, filehandles, asteris... Dan Sugalski
- multiline comments 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
- Re: multiline comments Michael Mathews
- Re: multiline comments Buddha Buck
- Re: multiline comments Michael Mathews
- Re: multiline comments John Porter
- Re: multiline comments Bart Lateur