>
> I have a binary string that I would like to print, but it
> includes the EOF
> character ("\0").
>
> Embperl seems to cut off the string at the first terminator, whether I do:
> [+ $string +]
> or [- print OUT $string -]
>
> However, if I print the string to a regular file, the whole stri
I have a binary string that I would like to print, but it includes the EOF
character ("\0").
Embperl seems to cut off the string at the first terminator, whether I do:
[+ $string +]
or [- print OUT $string -]
However, if I print the string to a regular file, the whole string prints
withou