http://www.perlmonks.org?node_id=1027693


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