in reply to Re^2: Object-oriented interface for binmode
in thread Object-oriented interface for binmode

Had the question been framed in terms of an IO::Handle or IO::File object, which can be lexical, I probably wouldn't have asked my question.

I too find it strange that neither of these implement the binmode method. It is a part of the Tie::Handle spec. I'm guessing that prior to the advent of IOlayers, there wasn't much call for binmode on unix systems.


Examine what is said, not who speaks.
"Efficiency is intelligent laziness." -David Dunham
"Think for yourself!" - Abigail
"Memory, processor, disk in that order on the hardware side. Algorithm, algoritm, algorithm on the code side." - tachyon
  • Comment on Re^3: Object-oriented interface for binmode