in reply to How do I reference methods?

Many complicated ways of calling the reference to a method have been proposed. This one is easier and straightforward.
$obj->$ref2meth(...paras...);
Unfortunately the documentation is lousy, that's why it's fairly unknown! For more details please see OOP: Obj->Coderef for calling Private Methods