in reply to Re^14: Puzzled by value of $overload::ops{binary}
in thread Puzzled by value of $overload::ops{binary}

As a matter of fact, the Perl-supplied typemap includes an entry already that does the above, but better because it also checks the SV is a ref first

Aaah ... yes, I can now see how that works.
Thanks !!

Cheers,
Rob
  • Comment on Re^15: Puzzled by value of $overload::ops{binary}