Re: [perl-win32-gui-users] How to get the OS version

2011-06-16 Thread Jan Dubois
How is it “not working”? Does it return the wrong information, or throw an error, or what is it that makes you think it is not working? Cheers, -Jan From: Vijay Maurya [mailto:vijaykumarmau...@gmail.com] Sent: Thursday, June 16, 2011 5:39 AM To: Perl-Win32-GUI-Users@lists.sourceforge.ne

Re: [perl-win32-gui-users] How to get the OS version

2011-06-16 Thread Cruickshanks, Darin
Hi, Check out the environment variable $ENV{PROCESSOR_ARCHITECTURE} I think it's x86 for 32 bit and AMD64 for 64 bit. Thanks, Darin Darin Cruickshanks Lab Support Manager, Computing Service University of Essex 01206 873585 From: Vijay Maurya [mailto

[perl-win32-gui-users] How to get the OS version

2011-06-16 Thread Vijay Maurya
Hi All, I want to know the version of my OS so that I can differentiate between 32 bit and 64 bit.I have used Win32::GetOSDisplayName() but its not working.Please help me on Priority basis... Thanks in advance. -- Ed