view Prepaper/code/client.p6 @ 8:e234acddcfab

add prepaper
author e165727 <e165727@ie.u-ryukyu.ac.jp>
date Thu, 13 Feb 2020 03:57:27 +0900
parents
children b96b3244307b
line wrap: on
line source

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

$conn.print: 'FILEPASS';