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."

Reply via email to