in reply to Calling a TK Method by reference
$res = \$results;
$$res->method(...)
But as joost already said, it's not needed to use the extra reference here.