in reply to Re: concat method inside method callin thread concat method inside method call
In that case, write
$obj->${\"$t1$t2"}() ; # or $obj->${\($t1.$t2)}() ; [download]
But why? Are you trying to obfuscate things? :)