my ($a,$b) = $object->instancemethod( x, y )
{
instance method call on $object; takes $x and $y
and return ($a,$b) pair.
}
