Juerd <[EMAIL PROTECTED]> writes:
> Damian Conway skribis 2005-05-14 22:56 (+1000):
>> $leaf_value = [.{}] %hash, @keys;
>> $propped = [but] $value, @properties;
>
> With the precedence of [op] being that of a normal list op, the above
> are a problem. Perhaps ; or multiple <== can solve this?
I suppose the first must just make sure not to flatten the %hash:
$leaf_value = [.{}] \%hash, @keys; # %hash .{$key1} . {$key2} ...
But what's wrong with the second?
$propped = [but] $value, @properties; # $value but $prop1 but $prop2 ...
Eirik
--
Rudolph is at _least_ as real as a Cantor set or an untried recipe.
-- Joshua W. Burton <[EMAIL PROTECTED]>
(<[EMAIL PROTECTED]>)