X-Git-Url: http://git.harvie.cz/?p=svn%2FCll1h%2F.git;a=blobdiff_plain;f=demos%2Fperformance%2Fprint2.pl;fp=demos%2Fperformance%2Fprint2.pl;h=0000000000000000000000000000000000000000;hp=c27a3627c462fb36d547898e103671f1d9dbefa7;hb=e63f1bc2438012b5f2f6592a474892501149af18;hpb=6a60bc82e8b8e6cccd0d4c2214a1f291662215f0 diff --git a/demos/performance/print2.pl b/demos/performance/print2.pl deleted file mode 100755 index c27a362..0000000 --- a/demos/performance/print2.pl +++ /dev/null @@ -1,7 +0,0 @@ -#!/usr/bin/perl - -my $i=0; -for ($i=0;$i<10000000;$i++) -{ - print ("stuff1"," ","stuff2","\n"); -}