in reply to How do I have Perl send the password to a program that prompts for a password

Give IPC::Open2 or IPC::Open3 a try.
  • Comment on Re: How do I have Perl send the password to a program that prompts for a password

Replies are listed 'Best First'.
Re: Answer: How do I have Perl send the password to a program that prompts for a password
by dimmesdale (Friar) on Jun 21, 2001 at 02:49 UTC
    Or, you can try Expect.pm.