Help for this page

Select Code to Download


  1. or download this
    my $socket_resp = IO::Socket::INET->new(LocalPort => $response_port, P
    +roto => 'udp', Blocking => 0, Timeout => undef);
    ...
    $received_data=&timeout_recv($socket,1024,10);
    ...
     }
     die "Timed Out";
    }