my $method = "do_something"; $object->$method if $object->can($method);