in reply to I don't use printf enough
I can see using it or not as a decision depending on what circumstance allows. Would the following also work, though?
print( join('', ('text text ', $obj->method1(), ' more text ', $obj->method2(), ' blah blah ', $obj->method3(), "\n") ) );
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: Re: I don't use printf enough
by Anonymous Monk on Oct 22, 2003 at 21:39 UTC | |
|
Re: Re: I don't use printf enough
by dragonchild (Archbishop) on Oct 23, 2003 at 17:32 UTC |