[perl #129252] [RFC] routines sprintf and printf need auto newline capability

2016-09-12 Thread Will Coleda via RT
On Sun Sep 11 13:48:04 2016, tbrowder wrote: > Both routines need an alias (or adverb) so that a newline is > automatically appended to the output. I would like to see something > like: > > sprintfn > printfn > > or > > sprintf-n > printf-n > > or > > sprintf-nl > printf-nl -1 from me. --

Re: [perl #129252] [RFC] routines sprintf and printf need auto newline capability

2016-09-12 Thread Tom Browder
On Sun, Sep 11, 2016 at 6:49 PM, Zoffix Znet via RT wrote: > On Sun Sep 11 15:29:45 2016, tbrowder wrote: >> Uh, say "what?" :) > > I don't think that works as a justification. The put() is used much more > frequently than printf(), > so it makes sense to have it as a "\n"-adding alternative to p