Help for this page

Select Code to Download


  1. or download this
    use Win32::SystemInfo;
    use Data::Dumper;
    ...
    my %phash;
    Win32::SystemInfo::ProcessorInfo(%phash);
    print Dumper (\%phash);
    
  2. or download this
    $VAR1 = {
              'Processor3' => {
    ...
                                'MHZ' => 3093
                              }
            };