in reply to Unpack Fail to Decompress String?

Why would you bother with hash maps when you can:
$_ = unpack("b*", "ASD"); print(pack("b*", $_));