On Tue, 26 Sep 2000 11:13:30 -0700, Nathan Wiger wrote:

>   -{rwx};       # negation of a hashref

That's a weird hashref. Odd number of arguments, anyone?

If rwx is supposed to be a sub, we could say that this is an exception,
just like $hash{bareword} is an exception. So, if you want the sub, use
parens:

        -{rwx()}

Need I still say that this one is my favourite?   :-)

-- 
        Bart.

Reply via email to