|
|
| The stupid question is the question not asked | |
| PerlMonks |
Re^3: using mapby BrowserUk (Pope) |
| on May 06, 2012 at 05:56 UTC ( #969115=note: print w/ replies, xml ) | Need Help?? |
|
The correct format for printf is printf FORMAT_STRING, LIST so that should be: Any ordinary (non-specifier) characters in the format string are output verbatim. If the format contains no %specifiers, then just what is in the template gets output. As -l doesn't affect printf, it makes it a convenient way of printing output that does not get an automatic \n appended for those rare occasions when that is required. It is convenient, safe and a lot easier than having to add \n to every darn print statement. Of course, say ought to be a simple alternative to -l, but a) they made it so darn inconvenient to use; b) its a pain in the neck having to switch back to print any time you need to test something under a pre-5.10 version. With the rise and rise of 'Social' network sites: 'Computers are making people easier to use everyday'
Examine what is said, not who speaks -- Silence betokens consent -- Love the truth but pardon error.
"Science is about questioning the status quo. Questioning authority".
In the absence of evidence, opinion is indistinguishable from prejudice.
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||||