Michael G Schwern wrote: > Also, just being able to tack flags onto a variable means each > variable (that has a flag) would have to carry around a hash! Or it could mean that every new flag is associated with a hash of names of things for which it is set -- in which case $something:attribute becomes a shortcut for $special_attribute_flags_hash{'attribute'.stringify(\$something)} and some magic gets thrown in to destroy the flag entries when $something gets axed. -- David Nicol 816.235.1187 [EMAIL PROTECTED] "After jotting these points down, we felt better."
- Accessing a variable's attributes (was Re: RFC 241 (v1) ... John Porter
- Re: Accessing a variable's attributes (was Re: RFC ... Simon Cozens
- Re: Accessing a variable's attributes (was Re: ... Dan Sugalski
- Re: Accessing a variable's attributes (was Re: ... John Porter
- Re: Accessing a variable's attributes (was Re: ... Michael G Schwern
- Re: Accessing a variable's attributes (was ... Simon Cozens
- Re: Accessing a variable's attributes (was ... Dan Sugalski
- Re: Accessing a variable's attributes (was ... David L. Nicol
- Re: Accessing a variable's attributes (... John Porter