Author: larry
Date: Sat Feb 3 09:32:03 2007
New Revision: 13569
Modified:
doc/trunk/design/syn/S03.pod
doc/trunk/design/syn/S12.pod
Log:
s:g/TEST/STATUS/ at suggestion of Smylers++.
Modified: doc/trunk/design/syn/S03.pod
===
Larry Wall schreef:
> Dr.Ruud wrote:
>> I would expect
>>
>> %hash.exists{$key}
>
> Except $foo.bar{$key} is interpreted as $foo.bar().{$key}. Things
> like "exists" and "delete" need to evaluate the key before calling
> the method in question, not after.
OK.
>> with the shortcut
>>
>> %has