On 5/15/05, Luke Palmer <[EMAIL PROTECTED]> wrote:
>     multi sub infix:<!=> (Any|Junction $a, Any|Junction $b) {
>         !($a == $b);
>     }
> 
> Then it Just Works.

Also, that's the right way to provide a working != for any object
which defines ==. We all want that, right?

Ashley Winters

Reply via email to