On Wed May 04, 2011 at 09:18:50AM -0400, belg4mit@pthbb.org via RT
wrote:
Show quoted text
I don't think that statement is quite right, or you may have
misunderstood my point. In the absence of a BINMODE method I was
looking for a way to get to the *real* filehandle that is opened to the
pager program so I could call binmode() myself on it. But perhaps that
is really the wrong way to look at it, and my bug report should really
just be about a missing BINMODE method.
For the moment I found out I could run "binmode($pager->[1], ...)" as a
work-around, but I do hate breaking the encapsulation.
Show quoted text> >I have tried implementing a BINMODE method, faking open::import
> >calls to work around this but I can't even seem to manage that. Any
> >chance of a patch?
>
> Yes, there is no binmode method at this time, I will look into it.
Thanks.
--
Mark Lawrence