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