|
|
| Perl: the Markov chain saw | |
| PerlMonks |
Re^2: how I can find Processor serial number or (Processor ID) ?by walto (Pilgrim) |
| on Apr 18, 2008 at 15:47 UTC ( [id://681541]=note: print w/replies, xml ) | Need Help?? |
|
/proc/cpuinfo will not return the serial number of the system. If you do not need this information it would be an easy approach without additional resources. (provided it is a *nix system): my @systeminfo = `cat /proc/cpuinfo`;
In Section
Seekers of Perl Wisdom
|
|
||||||||||||||||||||||||||||||