Help for this page
sub read_msg { my ($sock, $bcount, $buf, $msg) = (shift, 0, '', ''); ... # Return success return ($msg, $bcount, ''); }