Help for this page
print "# "; $msg = <STDIN>; ... $msg = <STDIN>; }
$session = $sock->accept(); while (<$session>) ... print $session $send_msg; }