Subversion Repositories camp_sysinfo_client_3

Rev

Rev 253 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 253 Rev 254
Line 7... Line 7...
7
our $VERSION = '0.1.0';
7
our $VERSION = '0.1.0';
8
 
8
 
9
# This is a simple script to gather some basic Windows system information
9
# This is a simple script to gather some basic Windows system information
10
# all we get is the operating system name (small, code name) and the
10
# all we get is the operating system name (small, code name) and the
11
# display name (ie, Windows Server 2019
11
# display name (ie, Windows Server 2019
12
#
-
 
-
 
12
# uses Win32 (cpan install Win32)
13
 
13
 
14
 
14
 
15
# find our location and use it for searching for libraries
15
# find our location and use it for searching for libraries
16
BEGIN {
16
BEGIN {
17
   use FindBin;
17
   use FindBin;