in reply to
How do I have Perl send the password to a program that prompts for a password
Instead of using backtick, try using either
system
or opening the command as a pipe. Both of those should allow for greater control than backtick.
Comment on
Re: how do i redirect the output to a var
In Section
Seekers of Perl Wisdom