OS version : Win32 « Win32 « Perl






OS version

  

#!/usr/bin/perl -w
use Win32;

@os   = Win32::GetOSVersion();

print "Version $os[1]\.$os[2] Build $os[3]\n";

   
    
  








Related examples in the same category

1.Is windows 95
2.Is windows NT
3.Gets user login name on Windows
4.Node and domain information
5.The Win32::Spawn function acts much like the system function and the Windows start command.
6.Convert a Windows-specific error to a text string using the Win32::FormatMessage function.