All,

I'm searching for a Perl module that will make it easy determine the
following:

OS Type:
   windows
   *unix

OS Version:
    WindowXP, Windows Vista, Windows Server 2003, etc.
   Solaris 5.10, Solaris 5.8, Linux RedHat x.x, etc.

Processor Architecture:
  i386, sparc, etc.

Is there anything out there like this? I know for Win32 I can use
Win32::GetOSVersion but that is limited to Windows 32 bit I assume.
Currently I'm using that and 'uname' unix command to get this info,
but it's getting sloppy.


-- 
To unsubscribe, e-mail: beginners-unsubscr...@perl.org
For additional commands, e-mail: beginners-h...@perl.org
http://learn.perl.org/


Reply via email to