$object->$meth($arg1,$arg2); #### apply($object,$method,$arg1,$arg2); #### my $meth_ref = $object->can($method); apply($meth_ref,$arg1,$arg2);
## apply($object,$method,$arg1,$arg2); ##
## my $meth_ref = $object->can($method); apply($meth_ref,$arg1,$arg2);