view 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 source

#!/usr/bin/env perl
use strict;
use warnings;


for (1..100) {
  system("perl6","other/client.p6");
 # system("perl6","other/hello_otherfile.p6");
}