my $action = { dosomething => 'something' }; my $method = $action->{dosomething}; $obj->$method(@args);