[EMAIL PROTECTED] writes:
> Log:
> More entries in smartmatch table.
>
> +++ doc/trunk/design/syn/S03.pod Wed Nov 29 09:20:50 2006
> + Hash Hash hash keys identical match if $_.keys === $x.keys
> + Hash Set members identical match if $_.keys === $x
> + Set Set members identical match if $_ === $x
> + Hash any(Hash) hash key intersection match if exists
> $_{any(Hash.keys)}Should that last one have a C<$x> in the code somewhere? Smylers
