[EMAIL PROTECTED] schreef:

> Just glad someone's reading these things...

Of course we are. But it is hard to react when the syntax isn't in your
muscle memory yet.

>From r13565:

> +    %hash.:exists{$key}


I would expect

  %hash.exists{$key}

with the shortcut

  %hash.:{$key}

to test (at run-time) for existance of the element, and expect

  %hash.:exists

to test (at compile time if possible) for the validity of 'exists', more
like

  %hash.can('exists');

  %hash.has('exists');

  %hash.does('exists');

-- 
Affijn, Ruud

"Gewoon is een tijger."

Reply via email to