I know this is a simple question, but I can't figure it out. If I want to print the return value from a function without first assigning it to a scalar, how do I do that? If I just use print "$object->function_call()" then information about the reference is printed out. What I want is to print whatever function_call returns.