in reply to Simple Perl Question: Printing the Return Value of a Function

Do not put the method call in quotes. I think what you want is:
print $object->function_call(), "\n";

Replies are listed 'Best First'.
Re^2: Simple Perl Question: Printing the Return Value of a Function
by TGI (Parson) on Mar 31, 2006 at 23:53 UTC