in reply to Re^2: Message Passing b/w processes , that works both in windows and Linux
in thread Message Passing b/w processes , that works both in windows and Linux
Since the readers are waiting for a newline, I sent one by changing
print $handle $message;
to
print $handle "$message\n";
|
|---|