Help for this page

Select Code to Download


  1. or download this
      perl -le 'print $^O'
    
  2. or download this
    package System::CPU;
    use strict;
    ...
    }
    
    1;
    
  3. or download this
      my $cpus = System::CPU::nr_cpus;