RE: [Doubt]: Retrieve System Info like Which OS and type

2004-06-22 Thread Tim Johnson
Check out the Win32::TieRegistry module. It's pretty easy to get that info from the Registry. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Tuesday, June 22, 2004 11:32 AM To: [EMAIL PROTECTED] Subject: [Doubt]: Retrieve System Info like Which OS and

[Doubt]: Retrieve System Info like Which OS and type

2004-06-22 Thread suresh.pasupula
Hi, I need to retrieve the following system Info from the current system. 1. Operating System 2. Localization 3. 32 Bit or 64 Bit I searched but could get only this info "$^O". This gives only MSWINNT but nut much info. Could anyone let me know where can I such info?

Re: system info: cpu, ram, disk - Google for "AdminMisc GetMemoryInfo() "

2003-02-25 Thread Pradeep Goel
to help you . Regards Pradeep - Original Message - From: "Robert Citek" <[EMAIL PROTECTED]> To: "perl beginners" <[EMAIL PROTECTED]> Sent: Tuesday, February 25, 2003 11:00 AM Subject: system info: cpu, ram, disk > > Hello all, > > How can I find o

system info: cpu, ram, disk

2003-02-24 Thread Robert Citek
Hello all, How can I find out information about a system in a system-independent manner? I wrote a perl script that nicely displays information about a Linux system: # of cpus, cpu speed, size of RAM, # of disks, size of disks, IP address. The code uses the system() command and relies on the /p

RE: win 32 system info (TieRegistry etc) - functions/commands HE LP needed

2003-02-10 Thread Timothy Johnson
ADAM (SBCSI); Conor Lillis; Tillman, James; Javeed SAR; R. Joseph Newton Sent: 2/10/03 7:14 AM Subject: win 32 system info (TieRegistry etc) - functions/commands HELP needed Hi All First Of all - Thanks to everybody for the gr8 help we novices are receiving from you perl experts & sorry to

win 32 system info (TieRegistry etc) - functions/commands HELP needed

2003-02-10 Thread PRADEEP GOEL
Hi All First Of all - Thanks to everybody for the gr8 help we novices are receiving from you perl experts & sorry to those who helped me & I didn't even pay gratitude or thanks. now coming to the problem - I need the follwoing info on win32 ( which i am getting in unix systems) I want that afte

system info

2002-02-06 Thread Jesse Ahrens
Is there a perl function that'll return system info such as total RAM or other dmesg info aside from regexing dmesg itself? -- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]