The Perl Toolchain Summit needs more sponsors. If your company depends on Perl, please support this very important event.

Changes for version 0.06 - 2014-08-11

  • Fix "Use of uninitialized value in numeric eq (==) at ReadWriteFork.pm line 182."
  • Add support for write() before child process has started
  • Add support for "drain" callback to write()
  • Add run(). a simpler version start()
  • Add close() for closing STDIN

Modules

Fork a process and read/write from it

Examples