in reply to concat method inside method call
You could write
... my $method = $t1.$t2; $obj->$method() ; [download]