Help for this page

Select Code to Download


  1. or download this
    my $buf = pack( 'NA*', length( $msg ), $msg ); #sender
    my ($len_msg,$msg) = unpack('NA*',$buf);#receiver
    
  2. or download this
    $status = "11010101";
    $ps = pack('b16',$stauts);
    print "$ps\n"; #junk char!!!!