diff other/client.pl @ 0:11ef16a351e6

move from otoya
author anatofuz <anatofuz@cr.ie.u-ryukyu.ac.jp>
date Fri, 17 Jan 2020 12:11:01 +0900
parents
children
line wrap: on
line diff
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/other/client.pl	Fri Jan 17 12:11:01 2020 +0900
@@ -0,0 +1,9 @@
+#!/usr/bin/env perl
+use strict;
+use warnings;
+
+
+for (1..100) {
+  system("perl6","other/client.p6");
+ # system("perl6","other/hello_otherfile.p6");
+}