Hello,
i'm trying to generate binary value '0A 00' with the function pack but when i use pack("s",0x0A) it returns the string '0D 0A 00'.
How to do this?