in reply to Re: Invoking a method whose name is computed
in thread Invoking a method whose name is computed

A pretty good solution, but doesn't work for autoloaded methods unless the developer has been conscientious and overloaded can correctly.

perl -E'sub Monkey::do{say$_,for@_,do{($monkey=[caller(0)]->[3])=~s{::}{ }and$monkey}}"Monkey say"->Monkey::do'