my @tempArr = unpack("B64", $key); my @keyBitsArr = split("", $tempArr[0]); @keyBitsArr = map { $_ + 0 } @keyBitsArr;