Beefy Boxes and Bandwidth Generously Provided by pair Networks
Clear questions and runnable code
get the best and fastest answer
 
PerlMonks  

Re: how I can find Processor serial number or (Processor ID) ?

by Khen1950fx (Canon)
on Apr 18, 2008 at 11:13 UTC ( [id://681455]=note: print w/replies, xml ) Need Help??


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

#!/usr/bin/perl use strict; use Parse::DMIDecode; my $decoder = Parse::DMIDecode->new( dmidecode => '/usr/sbin/dmidecode', nowarnings => 1, ); $decoder->probe; printf("System: %s\n", $decoder->keyword("system-serial-number"), );

Log In?
Username:
Password:

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

How do I use this?Last hourOther CB clients
Other Users?
Others romping around the Monastery: (5)
As of 2024-04-23 06:35 GMT
Sections?
Information?
Find Nodes?
Leftovers?
    Voting Booth?

    No recent polls found