Re: complex data structure

2011-11-14 Thread Shlomi Fish
On Mon, 14 Nov 2011 23:06:15 -0600 Chris Stinemetz wrote: > Thank you Shlomi. > > For some reason my final value for the keys is being repeated 24 times so I > am guessing I have an issue with how I am iterating over the hashes. > > I can't seem to find the correct way to fix it so the value di

Re: complex data structure

2011-11-14 Thread Chris Stinemetz
Thank you Shlomi. For some reason my final value for the keys is being repeated 24 times so I am guessing I have an issue with how I am iterating over the hashes. I can't seem to find the correct way to fix it so the value displays once. Any help is greatly appreciated. An example of the output

Re: is this ssh happenign in parallel?

2011-11-14 Thread salvador fandino
On Mon, Nov 14, 2011 at 12:43 AM, Rajeev Prasad 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 ...