my $conn = Acme::Connection->new({ ip_addr => '1.2.3.4', port => 666, def_timeout => 12 }); #### my $data = $conn->recv(3124); $conn->send($data);