RE: Embperl and printing...

1999-12-02 Thread Gerald Richter
> > 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

Embperl and printing...

1999-12-02 Thread Arnel Estanislao
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