Moshe Okman wrote: > I found earlier about the eof character, I don't think that changing this > char to a different value will help me. I need the link to become fully > transparent. Is there a way to achieve this goal?
It is always possible to add an encoding layer. find some character that is not used much, let's say 'A'. now replace any 'A' with 'AA', and any '\0' with 'A0'. on the receiving side you can do the reverse. - Shmuel. _______________________________________________ Perl mailing list Perl@perl.org.il http://mail.perl.org.il/mailman/listinfo/perl