X-Git-Url: http://git.harvie.cz/?a=blobdiff_plain;f=demos%2Fperformance%2Fprint.pl;h=4c60111f298fb7dac7f4840c55f06ed84b05c90b;hb=45cf8709a2e5d1a411834c14e6b78c441bb7bd6b;hp=0cbdef171351c23ebe120c0ab29aac89304f0f2c;hpb=a30ccb5a13711904e08ce475aff75b037cab4abb;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"); }