my $sock = IO::Socket::INET->new(PeerAddr => '127.0.0.1', PeerPort => '9090', Proto => 'tcp') or die("Couldn't connect: $!");