Help for this page

Select Code to Download


  1. or download this
    print unpack"l","Conn";
    
  2. or download this
            $message="Connect!!";
            my $len= pack("l",length($message));
            $bytes_sent = syswrite( $main_socket, $len.$message );