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

Changes for version 0.46_01

  • do not depend on STDIN, STDOUT and STDERR being file descriptors 0, 1, and 2 respectively as it happens, for instance, under mod_perl (bug report by eserte via PerlMonks)
  • use POSIX::dup2 to duplicate file descriptors, instead of perl open builtin
  • set stdin_discard to when running control commands as it may be closed or tied
  • better debugging for waitpid and _io3
  • error in example in documentation solved (reported by Slaven Rezic)

Modules

Perl SSH client package implemented on top of OpenSSH
Constant definitions for Net::OpenSSH

Examples