Help for this page

Select Code to Download


  1. or download this
    my $conn = Acme::Connection->new({
                       ip_addr => '1.2.3.4',
                       port => 666,
                       def_timeout => 12
                     });
    
  2. or download this
    my $data = $conn->recv(3124);
    $conn->send($data);