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

Changes for version 0.11

  • Added 'use warnings'
  • Created Run and IO libraries
  • Apply 'package' statements to remote stored code and libraries; allow libaries to persist package variables
  • Report the offending line of code in remote compile errors
  • Various other code and documentation updates

Modules

a class for executing remote perl code over an SSH link
base functionallity behind IPC::PerlSSH
support package for declaring libraries of remote functions
a library of filesystem functions for IPC::PerlSSH
a library of file IO functions for IPC::PerlSSH
a library of command running functions for IPC::PerlSSH