in reply to Deploying Apps Remotely

There is an excellent tutorial on PM: Using Expect.pm to Manage an Unreliable Program This could solve your problems with Net::SSH, just use 'ssh' and Expect.pm instead.

Replies are listed 'Best First'.
Re^2: Deploying Apps Remotely
by crypix (Acolyte) on Mar 07, 2005 at 14:37 UTC
    Perfect.... that was exactly the type of thing I was looking for. Thanks eXile

    ~crypix