$meth = 'foo'; $obj->$meth(@args); # same as $obj->foo(@args)