Ask a Question related to PERL Beginners, Design and Development.
-
Angel #1
How i can get info about CPU ?
Exuseme for my bad english.
How to get info for CPU: overloading, parameters, status .. etc for Windows
and Linux? I wanna use that in my perl script.
Thanks
Angel Guest
-
Best way to get all the PDF info into XML
Im trying to write code to get the following PDF info and after that the Page info:- a) Settings: Acrobat Reader / Document Properties /... -
getting info from the url
Hello I do a little asp, what i want to do is create a piece of text where the information is obtained from the url, now i haven't done this b4 in... -
more info
Programmers connected to life: http://www.mine-control.com/ other public display using video:... -
info
My husband is in Iraq and I am learning to use the computer, my question is what would be the best digital internet connection in which I could get... -
IIS more info, sorry
I did use windows update to apply critical (?) windows updates. Is this the reason? Thanks FRank -
Kenton #2
Re: How i can get info about CPU ?
On Mon, Feb 16, 2004 at 01:07:50PM +0200, Angel Kolev (com) wrote:
Your English is fine:)
A good place to start for questions such as these is -
http://search.cpan.org/
to check if someone has already solved this problem.
A search for cpu at -
http://search.cpan.org/search?query=cpu&mode=module
netted what looks to be three possibilities for you:
Sys::CPU
Linux::Cpuinfo
Sys::CpuLoad
Another option for some of the info would be to use perl to
parse the /proc files pertaining to your CPU such as /proc/cpuinfo
on your Linux system(s).
Windows, sorry, I have no clue.
Kent
--
"Efficiency is intelligent laziness."
-David Dunham
Kenton Guest



Reply With Quote

