Help for this page
$str="meth"; $obj->$str();
DB<104> sub meth { $self=shift @_; ... DB<108> $obj->$str("bla") calling obj->meth(bla)