view midterm/code/client.p6 @ 3:84b10c91ca43 default tip

提出ずみ中間予稿
author Fukuda Kouki <k.fukuda@cr.ie.u-ryukyu.ac.jp>
date Wed, 23 Oct 2019 17:04:02 +0900
parents
children
line wrap: on
line source

my $conn = IO::Socket::INET.new( :host<localhost>,
                                 :port(3333) );

$conn.print: 'FILEPASS';