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...);
[download]
Unfortunately the documentation is lousy, that's why it's fairly unknown! For more details please see
OOP: Obj->Coderef for calling Private Methods
Comment on
Re: How do I reference methods?
Download
Code
In Section
Seekers of Perl Wisdom