hello all
i have a code which goes like this
code 1 send the command to the second code the second code receives the command and execute it on the machine but.. i want to send the results of the execution baack to the first code :(
my $from_who = recv( UDP_SOCK, $file, MAX_RECV_LEN, 0 );
if...