$thingy -> foo (1,2); # results printed to current filehandle $string = $thingy -> foo (1,2); # results returned as a single string @lines = $thingy -> foo (1,2); # results returned as a bunch of lines