Beefy Boxes and Bandwidth Generously Provided by pair Networks
Think about Loose Coupling
 
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??


in reply to Re: how I can find Processor serial number or (Processor ID) ?
in thread how I can find Processor serial number or (Processor ID) ?

 /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`;

Log In?
Username:
Password:

What's my password?
Create A New User
Domain Nodelet?
Node Status?
node history
Node Type: note [id://681541]
help
Chatterbox?
and the web crawler heard nothing...

How do I use this?Last hourOther CB clients
Other Users?
Others musing on the Monastery: (3)
As of 2024-04-26 05:56 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found