Damian Conway wrote:
> 
>    > methodoverloadoperator(%thehashinquestion, 'sort', {$a flubber $b})
>    >
>    > What is a better syntax for this?
> 
> tie %thehashinquestion, 'Sorted', flubber(^a,^b);
> 
> ???
> 
> Damian


Compiler will know to pass flubber as ref-to-code instead of
intant eval because (^a,^b) instead of ($a,$b), or is more,
like \&flubber needed here?




-- 
                          David Nicol 816.235.1187 [EMAIL PROTECTED]
:wq

Reply via email to