in reply to Re: Re: Re: Re: more zero byte madness
in thread more zero byte madness
In any case, quick mucking about with the special variables and print the null explicitly. That way you know no extra chars are being sent... print $sock $xml."\00"; # or chr(0) works.
--
$you = new YOU;
honk() if $you->love(perl)
|
|---|