Subject: | No write-only filehandles possible |
I have created an apache-like single process webserver based on
IO::Multiplex. Things like file reading and file-writing for internal
server administration must get re-routed through the select() as well,
otherwise the daemon would block. However, it is impossible to use
a write-only file-handler. +> does work, gladly, but is a lousy
work-around.