> Could you set the input record separater to null? Similar to doing
> slurp mode where you set it to undef?
...
> { local $/ = char(0); $result = <$s>; }
>
> > return $result;
> > }
Thanks Paul,
That's what I was wondering (albeit inarticulately). I'll try it tomorrow,
and report back.
Jay