Brent Dax wrote:
>       $href = hash { %hash };   #B

Why the curlies? if C<hash> is a function (ctor), then surely these should
be parentheses. In this context, parentheses are optional, so this could be
written

   $href = hash %hash;


Dave.

Reply via email to