$my_value = "ABCDEF"; # the string value of what I need to send $my_value = pack ('some_TEMPLATE',$my_value); # transform it into a 1 byte value for the network server print $socket $my_value; # send it to the server