Help for this page

Select Code to Download


  1. or download this
        my $class = "Win32_PerfFormattedData_PerfOS_Processor";
        my $key = 'Name'; # CORRECTION: user feedback  BrowserUK
    ...
        }
    
            print Dumper $hash;
    
  2. or download this
    $VAR1 = {
              '0' => {
    ...
                            'PercentProcessorTime' => '100'
                          }
            };