$obj->$method(@args) #### my $method = $obj->can($method_name); $method->( $obj, @args );