> There doesn't appear to be a way to work with notes values that contain
> binary nulls - we get the value out using newSVpv(sv, 0), which uses
> strlen to calculate the length, which stops at the first null. I can't
> find any way to get at the length of the value in a table.
>
> Am I mistaken
There doesn't appear to be a way to work with notes values that contain
binary nulls - we get the value out using newSVpv(sv, 0), which uses
strlen to calculate the length, which stops at the first null. I can't
find any way to get at the length of the value in a table.
Am I mistaken or is this i