Re: complex data structure

2011-11-13 Thread Shlomi Fish
Hi Chris, On Mon, 14 Nov 2011 00:31:19 -0600 Chris Stinemetz wrote: [SNIP] > # header > print "HOUR\tCELL\tHEH_TYPE\tHEH_COUNT\n"; > # body > foreach my $hour (sort {$a <=> $b} keys %CELL){ > foreach my $cellNo (sort {$a <=> $b} keys %{$CELL{$hour}}) { > print "$hour\t $cellNo\t"; > f

Re: complex data structure

2011-11-13 Thread Chris Stinemetz
How can I iterate over this three level hash printing the results as Hour\tCell\tHEH_Type\HEH_Count $VAR1 = { '00' => { '875' => { 'CDM 1, CCU 1, CE 5' => '1' }, '13' => {

Re: is this ssh happenign in parallel?

2011-11-13 Thread Rajeev Prasad
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 ... thank you. Rajeev Variable expansion This module activates Net