On 2020-01-18 13:25, Kevin Pye wrote:
As has been explained quite explicitly twice already, you call it as a sub by using the full explicit name of the subroutine:

$z = infix:<+^>($x, $y)

Hi Kevin,

My mistake was thinking "infix" was part of
the description of how to write the sub,
not acutally part of the sub's name.

I though `infix:<+^>` meant to put `+`
in front of the `(`.

:'(

-T

Reply via email to