in reply to Submitting password changes to external program

Perhaps this is a good job for PAR. You can develop on a machine where you can install any module you like (such as Expect) and then PAR your program up into an executable which then gets delivered to your host machine. This would mean that you don't need to install anything on the destination machines, yet still reap the benefits of all desired modules.
  • Comment on Re: Submitting password changes to external program

Replies are listed 'Best First'.
Re^2: Submitting password changes to external program
by Dietz (Curate) on Dec 09, 2005 at 14:02 UTC

    Sounds like a good idea, never done anything with PAR so far, will definitely look into, though I wished there was a simpler IPC solution.