On Mon, Nov 14, 2011 at 12:43 AM, Rajeev Prasad <rp.ne...@yahoo.com> wrote:
> Salva,
>
> can you explain how to use variable expansion in your written module
> Net::Openssh and Net::Openssh::Parallel ? I want to be able to specify
> userid and password for the parallel ssh sessions using
> Net::Openssh::Parallel ...

There is no relation between the "variable expansion" feature and how
you specify the user and password for some host.

User and password can be used as follows:

  $pssh->add_host($host, user => $user, password => $password);

- Salva

-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to