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.
- RFC 320 (v1) Allow grouping of -X file tests and add C... Perl6 RFC Librarian
- Re: RFC 320 (v1) Allow grouping of -X file tests ... Jonathan Scott Duff
- Re: RFC 320 (v1) Allow grouping of -X file tests ... John L. Allen
- Re: RFC 320 (v1) Allow grouping of -X file te... John Porter
- Re: RFC 320 (v1) Allow grouping of -X fil... Nathan Wiger
- Re: RFC 320 (v1) Allow grouping of -X... Philip Newton
- Bart Lateur