Mercurial > hg > Papers > 2020 > koo-thesis
diff Prepaper/code/client.p6 @ 24:27f7561b1135
スライド仮完成
author | e165727 <e165727@ie.u-ryukyu.ac.jp> |
---|---|
date | Mon, 17 Feb 2020 03:19:17 +0900 |
parents | b96b3244307b |
children |
line wrap: on
line diff
--- a/Prepaper/code/client.p6 Sun Feb 16 20:49:19 2020 +0900 +++ b/Prepaper/code/client.p6 Mon Feb 17 03:19:17 2020 +0900 @@ -1,6 +1,6 @@ use IO::Socket::Unix; -my $conn = IO::Socket::INET.new( :host<localhost>, +my $conn = IO::Socket::Unix.new( :host<localhost>, :port(3333) ); $conn.print: 'Absolute file path';