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