Funnily enough, I think for many cases I would write that as
print 'text text ', $obj->method1(), ' more text ', $obj->method2(), ' blah blah ', $obj->method3();
I would only use printf if I needed to apply special formatting to the method returns.
My main reasons for this choice are that
Adding 'and more text', $obj->method2.5 is easy, and commenting out one part likewise.
The absence of a newline, is because i always have -l enabled.
In reply to Re: I don't use printf enough
by BrowserUk
in thread I don't use printf enough
by dreadpiratepeter
| For: | Use: | ||
| & | & | ||
| < | < | ||
| > | > | ||
| [ | [ | ||
| ] | ] |