my $obj = Class->new(); my $method = "mymethod"; $obj->$method; #this is the question