X-Git-Url: https://git.harvie.cz/?a=blobdiff_plain;ds=sidebyside;f=demos%2Fperformance%2Fprint.pl;h=4c60111f298fb7dac7f4840c55f06ed84b05c90b;hb=e0467a3b7ccda77d1a75405e21c9723c72d33002;hp=0cbdef171351c23ebe120c0ab29aac89304f0f2c;hpb=420bb7716ee099d369582836ef4fc8ab25d81fde;p=svn%2FCll1h%2F.git diff --git a/demos/performance/print.pl b/demos/performance/print.pl index 0cbdef1..4c60111 100755 --- a/demos/performance/print.pl +++ b/demos/performance/print.pl @@ -3,6 +3,6 @@ my $i=0; for ($i=0;$i<10000000;$i++) { - print ("stuff"); + print ("stuff\n"); }