in reply to What are all the possible ways to deploy Perl code on multiple servers?

csshx - "csshX is a tool to allow simultaneous control of multiple SSH sessions"

You have immediate feedback if one server behaves badly.

And it's in Perl:)

  • Comment on Re: What are all the possible ways to deploy Perl code on multiple servers?

Replies are listed 'Best First'.
Re^2: What are all the possible ways to deploy Perl code on multiple servers?
by jozef (Sexton) on Jul 21, 2011 at 06:37 UTC

    Looks nice but:

    This software currently works on Intel/PPC OS-X 10.5 and 10.6 (32 and 64 bit). An older version is available for OS-X 10.4.

    I'm using "cssh" on Linux, but only now I've realized it's also written in Perl => http://search.cpan.org/perldoc?cssh.

    Thanks for a tip!