Help for this page
my %prochash; # sub call to populate hash for (my $i = 0; $i < $prochash{NumProcessors}; $i++) ... print "$_ : ",$prochash{"Processor$i"}->{$_},"\n"; } }