Help for this page

Select Code to Download


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