B
Ben Morrow
Quoth (e-mail address removed):
It only uses a tie implementation under 5.6. Not that I'd necessarily
recommend its use: it was more-or-less written as a proof of concept...
Ben (author of IO::Unread).
As long as only one part of the code is being clever, you are OK.
But when many parts of the code are being clever, they start tripping
over each other. IO::Unread hiddenly ties and unties file handles (at
least in some situations),
It only uses a tie implementation under 5.6. Not that I'd necessarily
recommend its use: it was more-or-less written as a proof of concept...
Ben (author of IO::Unread).