Help for this page
while (defined($line= <STDIN>)) { print $rem_socket $line; }
foreach $send (@data) { print $rem_socket $send; }