Beefy Boxes and Bandwidth Generously Provided by pair Networks
Keep It Simple, Stupid
 
PerlMonks  

Re: Order of printf statements vs order of actual lines printed out

by Jenda (Abbot)
on Apr 09, 2013 at 09:52 UTC ( [id://1027693]=note: print w/replies, xml ) Need Help??


in reply to Order of printf statements vs order of actual lines printed out

Do not use printf() when you mean print() !!!

my @foo = ("This is 100 % clean.", "Hello."); printf "@foo\n";

Try the code above and see for yourself!

Jenda
Enoch was right!
Enjoy the last years of Rome.

  • Comment on Re: Order of printf statements vs order of actual lines printed out
  • Download Code

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://1027693]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others browsing the Monastery: (4)
As of 2024-04-16 19:13 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found