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
- Self-Sorting Containers David L. Nicol
- Re: Self-Sorting Containers Dan Sugalski
- Re: Self-Sorting Containers Dave Storrs
- Re: Self-Sorting Containers David L. Nicol
- Re: Self-Sorting Containers Damian Conway
- Re: Self-Sorting Containers David L. Nicol
- Re: Self-Sorting Containers Damian Conway