in reply to Re^2: Unable to unpack a hex string
in thread Unable to unpack a hex string

Oh right, thanks. So that's either pack and unpack or binary masking and shifting operations (maybe combined with vec) on integer values then.