On Wed, Mar 10, 2010 at 01:07:00PM -0800, Nik J wrote:

> 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.

Perhaps Devel::CheckOS might help?

-- 
Paul Johnson - p...@pjcj.net
http://www.pjcj.net

-- 
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