my $listenSock = IO::Socket::INET->new('LocalPort'=>$udp_port, 'Proto'=>'udp'); my $readBuff; $listenSock->recv( $readBuff, $MAX_BYTES );