in reply to Re: Re: Unusual Behavior in Interpolative Context
in thread Unusual Behavior in Interpolative Context

Also remember that print takes a list of arguments. I don't find it too much of a hassle to say something like:

print "Result: ", $obj->foo(), "\n";

It's a little more efficient, too, but if that's the last thing you need to optimize you're way ahead of the game.